I am trying to create a web script that will allow me to modify downloaded PDF templates and re-render them. I already tried Zend, which allows me to write to PDF, but that means I need to leave the PDF blank in a specific space, which is primitive for what I need. PDFFlip was no better.
We need to implement functionality so that we can remove content from a PDF, as well as delete and replace. I looked at CAM :: PDF and changepagestring.pl, but I'm not sure before work. It was hard for me to find real use cases, and Perl is not the language I used before.
This is for a web project, but I am flexible about the language we use, ideally PHP or ASP.NET C # would be great. It is advisable not Java if there is no other way.
I should also note that I looked through the FoxitReader SDK without any luck. I never tried to implement this, but I did not find any mention of finding and replacing similar functions.
source share