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
#42130 - 01/31/13 08:18 AM Font visible in pdf, but not when printed
MJHaller Offline
OL Newbie

Registered: 12/15/08
Posts: 6
Loc: South Carolina
We have a request to be able to see some verbiage within a pdf generated by Planetpress, but when the pdf is printed, for that specific verbiage to not be seen. Can Planetpress do anything like this?

Top
#42132 - 01/31/13 08:32 AM Re: Font visible in pdf, but not when printed [Re: MJHaller]
Philippe F. Offline
OL Expert

Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
Once the PDF has been generated, you can't change the way its content is printed. Well... you could, but you'd have to design another document template that displays the PDF and masks out the text.

If you have PlanetPress Workflow, then it becomes easy. Use a process in which a branch prints the document, while another branch creates the PDF. Both would use the same template. And inside the template, the text object you want to hide would have a condition that looks like this:
Code:

=(&PrinterMode=9)


This will ensure that the text only appears on the PDF.
_________________________
Technical Product Manager
I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen

Top
#42133 - 01/31/13 08:41 AM Re: Font visible in pdf, but not when printed [Re: MJHaller]
MJHaller Offline
OL Newbie

Registered: 12/15/08
Posts: 6
Loc: South Carolina
Philippe,

We would be providing this pdf to the client to print and would not be printing this directly (my understanding). I am curious if perhaps within presstalk, we could write something that would interpret if the pdf is being printed and either hide the verbiage or change the font to white or something along those lines. Could we do presstalk with the printermode code above to accomplish this?

Top
#42137 - 01/31/13 10:31 AM Re: Font visible in pdf, but not when printed [Re: MJHaller]
Philippe F. Offline
OL Expert

Registered: 09/06/00
Posts: 1984
Loc: Objectif Lune, Montreal, Qc
No. As I said, once the PDF has been created it has a life of its own and PlanetPress Talk is no longer involved in it.
_________________________
Technical Product Manager
I don't want to achieve immortality through my work; I want to achieve immortality through not dying - Woody Allen

Top