I have many pdf files with same layout in which I need to fill in some details with plain text and sign in certain places with company stamp. I am trying to automate things, so I am after a way to fill in the details + stamp the first file and then "copy-paste" that operation to all files.
I managed to find:
- online websites allowing me to annotate one file at a time
- documentation on how to use pdftk and additional tools to create a script, but it can take a lot of manual operations via command line (e.g. scaling the signature jpeg file, positioning it, adding text in right location etc.) which is very tedious.
Is there any way to annotate the first file using visual tools (like #1) and then extract a script of commands to perform these annotations from command line ? I can then use that script on multiple files.
Thank you, -Moshe