开发者

Make PDF editable in Java

I have a PDF which is nothing but some fo开发者_如何学Crm , for example, i have employeesheet as PDF form which is not editable.

i want to make this editable using any Java PDF api..

it would highly appreciated if you give me an solution.

Thanks


Look into Apache PDFBox.


Checkout http://itextpdf.com/


iText can do this - but why would you want to do this from code? Just create the form in Acrobat or open office and be done with it. If you are trying to populate the form from a database or something, then iText would definitely be the tool for you, but adding and manipulating form elements is best done with a GUI tool.


Make sure the PDF actually contains form elements. Otherwise you can do very limited editing.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜