Adding Watermark using PDF Creator

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
sureshk3
Posts: 29
Joined: Tue Jan 06 2004

Adding Watermark using PDF Creator

Post by sureshk3 »

Iam wondering if I can add WaterMarks to a PDF file, and can I Programmatically make it visible or Invisible.

The watermark should be something like a Text across the PDF, basically If it can be accomplished with a text field, isit possible to ratote the Field meaning it should be placed in some what diagonally in the pdf document.

Thanks in advance
Suresh
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

In order to add a watermark using the PDF Creator you can use a Label object and modify some if it's properties. By changing the Label's TextAngle and TextColor you can create a watermark that is ex: Red and at 45degress.

If you wish to also have the ability to programmatically hide and display the watermark, which can be done by:

You can select the Label object, send it to the Background and change it's TextColor to white (assuming your page color is white).

All the information on how this can be done can de found in the "PDF Creator Developer Manual.pdf" document which is shipped with product.

Hope this helps?


Hope this helps
sureshk3
Posts: 29
Joined: Tue Jan 06 2004

watermark

Post by sureshk3 »

Thanks for the info..
Post Reply