Dear Support Team,
I have a question about how to replace stamp and signature as an image stamp to the right place. Is there any method of measuring and identifying width scale/ height scale and translate x / Y?
I would appreciate if you could get back to me as soon as possible.
Thank you.
Customer
----------------------------------------
Thanks for your message, we suggest you may use PDFStamp Command Line to instead of PDF Stamp GUI version to try again, you can download PDFStamp Command Line from following web page to try,
https://www.verypdf.com/app/pdf-stamp/try-and-buy.html#buy-cmd
https://www.verypdf.com/pdfstamp/pdfstamp_cmd.zip
after you download it, you can place an image as stamp to accurate position easily, for example,
pdfstamp.exe -pdf test-invoice-134411_stamp.pdf -o _test_overlay_image_invoice.pdf
-AI Invoice_Template.png -transparentcolor#FFFFFF -mlr-5 -mtb-7 -imgw590
-imgh800
pdfstamp.exe -PDF pdftest.pdf -O "_testout1.pdf" -AI "stamper1.jpg" -mlr100 -mtb100
-imgw200 -imgh200 -opacity80 -transparentcolor#FFFFFF
pdfstamp.exe -PDF pdftest.pdf -O "_testout2.pdf" -AI "stamper2.jpg" -mlr100 -mtb100
-imgw100 -imgh100 -opacity80 -transparentcolor#FFFFFF
pdfstamp.exe -PDF pdftest.pdf -O "_testout3.pdf" -AI "barcode.png" -mlr100 -mtb100
-imgw200 -imgh200 -opacity100 -transparentcolor#FFFFFF
-mlr: the left position in PDF pages
-mtb: the top position in PDF pages
-imgw: the image width in PDF pages
-imgh: the image height in PDF pages