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
Asked
Active
Viewed 1,616 times
-1
-
Possible duplicate - [PDF Editing in PHP?](https://stackoverflow.com/questions/7364/pdf-editing-in-php) – Jaswinder Oct 28 '18 at 17:58
2 Answers
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.
My personal recommendation would be to go for FPDI
.

Jan Richter
- 1,976
- 4
- 29
- 49
-
I try FPDI, but the pdf file I wanna use is 'extract deny' protection – Amine Dahou Oct 31 '18 at 11:37
-
Not sure if FPDI can deal with that, but there seems to be a [tool that can](https://superuser.com/a/924794/203115). – Jan Richter Oct 31 '18 at 18:04
0
After many days of research, there is no plugin can extract pdf data from 'extraction protected' PDF.

Amine Dahou
- 27
- 8