Editing PDF text using Java

前端 未结 5 1110
天命终不由人
天命终不由人 2020-12-03 13:18

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

5条回答
  •  死守一世寂寞
    2020-12-03 14:22

    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.

提交回复
热议问题