简体   繁体   中英

Make PDF editable in Java

I have a PDF which is nothing but some form , 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

查看Apache PDFBox。

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM