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
Adding Watermark using PDF Creator
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
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