Hi,
I have a 70 page document, which I need to apply the same logo "stamp" to.
How can I add it to all pages, in the same location, without hitting the stamp icon 70 times?
Mike
Hi,
I have a 70 page document, which I need to apply the same logo "stamp" to.
How can I add it to all pages, in the same location, without hitting the stamp icon 70 times?
Mike
Number one is to consider using a watermark. These give the same visual appearance of a stamp and Acrobat provides options for placing watermarks on all pages of a document, and watermarks can be placed with a batch process or script.
If you really need a stamp annotation, then you can write a script to copy the stamp to all pages of the document. This is actually very simple. Each annotation has a set of properties that include the page number. All the script has to do is to get a copy of the properties and change the page number to create an exact duplicate on another page.
Try this:
1. Open a PDF and add a stamp to the current page.
2. Run this code from the console window.
I also haven't tested this code, so there may be errors.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script