Hello, I followed the tutorial to insert a text box and select bates numbering and then to select a barcode font which worked as expected. I have a large pdf where I want to add the sequential barcode to the even pages only (2,4,6,8 etc.). There are thousands of pages and obviously I can't be pasting text boxes manually. Is there a way to do this to add the sequential bates number on every other page (on even pages)? If your software can do this i will buy it straight away.
Customer
------------------------------------------
Thanks for your message, in general, you can use PDF Stamp Command Line to add bates numbers to your PDF pages, you may download the trial version of PDF Stamp Command Line from this web page to try,
https://www.verypdf.com/app/pdf-stamp/try-and-buy.html
https://www.verypdf.com/pdfstamp/pdfstamp_cmd.zip
After you download it, you may run following command lines to add Bates Numbers or barcode Bates Numbers to your PDF pages or even pages easily,
pdfstamp.exe -PDF "example.pdf" -o "_bates-numbers.pdf" -AT "Bates Numbers \B(0000105)" -p3 -mlr-30 -mtb30 -fs10 -fn300 -c#FF0000
pdfstamp.exe -PDF "example.pdf" -o "_bates-numbers-even-pages.pdf" -AT "Bates Numbers \B(0000105)" -p3 -mlr-30 -mtb30 -fs10 -fn300 -c#FF0000 -SR -S-2 -E-2
pdfstamp.exe -PDF "example.pdf" -o "_bates-numbers-even-pages-barcode.pdf" -AT "(0000105)" -p3 -mlr-30 -mtb30 -fs10 -ft "Free 3 of 9" -c#FF0000 -unicode -SR -S-2 -E-2