Hello,
PDFstamp has worked in the past.
PDFstamp and its DLLs located in c:\jk\bat\PDFstamp
output file bates-numbers.pdf does not exists prior to run.
Following command line:
C:\jk\BAT\PDFStamp>pdfstamp -PDF "example.pdf" -o "bates-numbers.pdf" -AT "Bates Numbers \B(0000105)" -p5 -mlr-30 -mtb30 -fs10 -fn300 -c255 -REG "XXXXXXXXXXXXXXX"
runs, but output file has no Bates stamps. Help!
Customer
----------------------------------------
The position for stamp that you specified is outside of page, you can remove "-mlr-30 -mtb30" option to try again, for example,
C:\jk\BAT\PDFStamp>pdfstamp -PDF "example.pdf" -o "bates-numbers.pdf" -AT "Bates Numbers \B(0000105)" -p5 -mlr-30 -mtb30 -fs10 -fn300 -c255 -REG "XXXXXXXXXXXXXXX"
You will able to see the bates numbers in the generated PDF file.