Replace text in PDF from the command line using Python.
The program is written using PyPDF2 library. To install run :
$ pip install pypdf2
And then clone the repository to use the script.
The program can used as a standalone script like described below :
python replacer.py -i <pdf> -r '<JSON-object like { "data" : "replacer" }>'
Or it can be referenced by other scripts using import.