Is there a way I can edit a PDF from Java?
I have a PDF document which contains placeholders for text that I need to be replaced using Java, but all the libraries that
You can do limited editing with Itext but PDF is an end file format so you cannot do anything too complex. I wrote an article explaining some of the limitations: PDF format and style information.