Previous | Next | (P-PDF) Legal
Topic: Automated Stamping of PDFs with a JPG
Conf: (P-PDF) Legal, Msg: 147950
From: gkaiseril
Date: 3/23/2006 08:18 AM
One can write a batch process to run a JavaScript that would for a selected group of PDFs:
1. Open an individual PDF file.
2. build the path, file name and extension to the JPG file with the same name as the PDF.
3. Add a field (button field or text field) that can hold the just the file name.
4. Add an action, JavaScript, to the added field to open the associated JPG file.
5. write the modified file to a different directory.