3

I want to develop a kind of software or website to help people fill in a editable pdf form. The user only need to fill in some information and I will collect the information and dynamically fill into the editable pdf form. What kind of Jar or library I need to use in this project? Thanks.

1 Answer 1

1

I have used Apache PDFBox for some small toy projects and it is very easy to use and works pretty well (at least in text extraction). I tried using iTextPDF but it didn't handle columns well.

Regarding forms, check out PDFBook's cookbook where there is an example on how to set the value of a form field in a PDF.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.