-1

Is there a way in PHP that can open remote PDF file, searching for specific text, replace it with new one & save the modified PDF file on the server? Thanks

  • Possible duplicate - [PDF Editing in PHP?](https://stackoverflow.com/questions/7364/pdf-editing-in-php) – Jaswinder Oct 28 '18 at 17:58

2 Answers2

1

You can use a combination of tools or just one of them. Depends on how complex the file is and how much noise either of these generates.

  1. DomPDF - converts HTML to PDF.
  2. TCPDF - creates PDF files.
  3. FPDI - uses already existing PDF files.

My personal recommendation would be to go for FPDI.

Jan Richter
  • 1,976
  • 4
  • 29
  • 49
0

After many days of research, there is no plugin can extract pdf data from 'extraction protected' PDF.