Replace Text In Pdf (php Func)

Replace Text In Pdf (php Func)
I’m looking for a PHP function that takes in 3 parameters:
– location of PDF file
– String to be replaced (String1)
– New string (String2)

It then accesses the PDF file, searches for all occurrences of String1 and replaces it with String2 and then re-saves the PDF file with the changes.

Leave a Reply

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