Does anyone know about the free Perl program (the preferred command line), the module, or in any case for finding and replacing text in a PDF file without using it as an editor.
Basically, I want to write a program (preferably in Perl) to automate the replacement of certain words (for example, our old address) with several hundred PDF files. I could use any program that supports command line arguments. I know that in CPAN there are many modules that manipulate or create PDF files, but they do not (as I saw) any kind of simple search and replace.
Thank you in advance for any and all advice !!!
source share