Can I use the Drivers API to add watermarks to documents?
Question:
Can I use the Drivers API to add watermarks to documents?
Answer:
Yes. Follow the steps below:
1. Use AddTextWatermark or AddImageWatermark to create a new watermark.
2. Add the watermark (as specified in sName) to the list of document watermarks. The set_Option ("Watermarks.Watermarks", sName) can be used for this purpose.
3. Use the set_Option ("Watermarks.Enabled", true) to enable watermarks.
More Like This
-
KB#72: How do Icopy an image from an existing PDF file to a new PDF file and retain the original dimensions?
-
KB#227: I have an issue using the PDF-XChange SDK sample code with Microsoft Visual Basic in 'Interactive Mode' for debugging.
-
KB#50: Error when running application scheduled task
-
KB#51: I have a problem with my web application making calls to PXCLIB40.dll when running in 64 bit development environment
-
KB#63: Are there any examples of the low-level API functions?