Can PDF Stamper app stamp PDF files with the filename WITHOUT the .pdf file extension?

Dear Tech Support,

Can this app stamp PDF files with the filename, WITHOUT the .pdf file extension?

Also, can it place leading zeros on the page numbers?

I need to stamp hundreds of PDF files with their file name, without the .pdf extension, and 3 digit page numbers.

Example:

SOURCE = DE1000001.PDF

Desired Stamp = DE1000001-001, DE1000001-002, etc.

Thank you very much,
Customer
--------------------------------------------------

>>Can this app stamp PDF files with the filename, WITHOUT the .pdf file extension?

You need to use PDF Stamp Command Line software, PDF Stamp Command Line has "\e" option to stamp filename and remove ".pdf" extension, PDF Stamp Command Line software can be downloaded from following web page,

https://www.verypdf.com/app/pdf-stamp/try-and-buy.html#buy-cmd

You can run following command lines and check what will happen,

pdfstamp -PDF "D:\test\example.pdf" -o "D:\test\fullpath_without_extension.pdf" -AT "\E"

pdfstamp -PDF "D:\test\example.pdf" -o "D:\test\filename_without_extension.pdf" -AT "\e"

pdfstamp -PDF "D:\test\example.pdf" -o "D:\test\filename_with_extension.pdf" -AT "\f"

pdfstamp -PDF "D:\test\example.pdf" -o "D:\test\fullpath_with_extension.pdf" -AT "\F"

>>Also, can it place leading zeros on the page numbers?

Yes, this function is named "Bates Numbers", PDF Stamp Command Line does support "Bates Numbers" function, you can run following command lines to add "Bates Numbers" to your PDF pages,

pdfstamp -PDF "example.pdf" -o "bates-numbers.pdf" -AT "Bates Numbers \B(0000105)" -p3 -mlr-30 -mtb30 -fs10 -fn300 -c#FF0000

You can combine stamp filename and "Bates Numbers" two functions into one command line, e.g.,

pdfstamp -PDF "example.pdf" -o "_bates-numbers.pdf" -AT "FileName: \e, Bates Numbers: \B(0000)" -p3 -mlr-30 -mtb30 -fs10 -fn300 -c#FF0000

image

image

image

image

VeryPDF

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!