Thank you for the assistance thus far.
How would I edit this script/batch file to enable the user to select 1 out of 15 possible images to insert into PDF file?
"\\server\Applications\VeryPDF\pdfstamp.exe" -pdf "drawing original.pdf" -o "drawing stamped.pdf" -AI "\\server\Signatures\Image1.jpg" -W17.5 -H16.5 -P6 -MLR117 -MTB-39 -encrypt -keylen=2 -encryption=16
Regards
Customer
----------------------------------
PDF Stamp Command Line Home Page,
https://www.verypdf.com/app/pdf-stamp/index.html
Thanks for your message, your command line is correct, you can run this command line to add image watermark to PDF pages easily, please notice, if the image files are exist in the network drive, you may map that network drive to local disk first, for example, you may map from "\\server\" to "X:\", your command line will work like below,
"X:\Applications\VeryPDF\pdfstamp.exe" -pdf "drawing original.pdf" -o "drawing stamped.pdf" -AI "X:\Signatures\Image1.jpg" -W17.5 -H16.5 -P6 -MLR117 -MTB-39 -encrypt -keylen=2 -encryption=16
VeryPDF