IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#24536 - 04/29/08 10:45 PM Changing out images on a postcard
rf24 Offline
Junior Member

Registered: 04/29/08
Posts: 1
Loc: Greenville
I need help setting up postcards to print to our iGen3. I

Top
#24537 - 04/30/08 10:02 AM Re: Changing out images on a postcard
Raven@Curtis Offline
Member

Registered: 07/09/07
Posts: 33
Loc: Minnesota, USA
I have not tried it with PDFs myself I always just make it an in image file. The expression I use is [Switch] & ".jpg".
I place all the images in the same folder & make them the same file type. The images must have the same name they have in the database switch field. So if the database filed that determines the switch is called Cedar Creek, the image must be named Cedar Creek.

Just import one of the images. Right click on the box & select Edit Expression. Enter the expression above. The part of the expression I called Switch should be whatever the field name is in the database & between the quotation marks should be the extension of the image format you are using.

If it still does not work after this you may have to link the image box to the folder they are store in. to do this just click on the box & in the Properties Tab, under Content you should see Image Folder. Click on the right side of it & browse to your image folder.

I hope this helps & was not to confusing. I know there is another way of setting up image switches but this has always worked for me.

Good Luck!

Top
#24538 - 04/30/08 10:13 AM Re: Changing out images on a postcard
Douglas Offline
Member

Registered: 08/28/07
Posts: 35
You may want to use a capabilty called Conditional Layout. This can make your layouts variable.

You insert all the PDFs as layouts. Then use logic scripts (Expressions) to enable them.

To get to the Layout's Expression window: Window > Layouts> select Layout# > Properties > Action > click 2x in the "Layout will be printed" window.

Here is a sample script: IF([Field]="A",PRINT,SKIP)

The result would that d-base records with an "A" would get this layout printed all other records would NOT get this layout printed.

If you need further assistance please contact support@printshopmail.com & we can help with your script writing.

Top
#24539 - 04/30/08 10:13 AM Re: Changing out images on a postcard
Douglas Offline
Member

Registered: 08/28/07
Posts: 35
You may want to use a capabilty called Conditional Layout. This can make your layouts variable.

You insert all the PDFs as layouts. Then use logic scripts (Expressions) to enable them.

To get to the Layout's Expression window: Window > Layouts> select Layout# > Properties > Action > click 2x in the "Layout will be printed" window.

Here is a sample script: IF([Field]="A",PRINT,SKIP)

The result would that d-base records with an "A" would get this layout printed all other records would NOT get this layout printed.

If you need further assistance please contact support@printshopmail.com & we can help with your script writing.

Top
#24540 - 05/01/08 09:11 AM Re: Changing out images on a postcard
Raven@Curtis Offline
Member

Registered: 07/09/07
Posts: 33
Loc: Minnesota, USA
Duh, I don't know why I didn't just think of telling him that. It is even easier to do layout switches. Do what he suggested. It will save time. IF([Switch Field]="Switch Word", Print, Skip)

Top