Jump to content

Graphic rule works but preview doesn't?


Recommended Posts

Hi everyone;

 

Have what is likely a small problem but the solution doesn't seem apparent. I have an object that is double-sided, with graphic frames Face1 and Face2. The client may choose to repeat the same image on both sides or have two different graphics. They will upload their own artwork into the frames.

 

So the first frame is tagged as Face1 and the second frame I have tagged with a graphic rule "RepeatImage":

if (Field("Same Image Both Sides")=="Yes")
return Resource(Field("Face1"))

else
return Resource(Field("Face2"))

 

This rule seems to function just dandy in my PDF document, showing either a repeat of Face1 or showing Face1/Face2 if the client opts for a second image.

 

However, when I collect and upload into Marcom and preview it, the first image on the first side shows, but the second frame does not - neither repeating nor showing the second uploaded graphic.

 

Any ideas?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...