user1290666
user1290666

Reputation: 23

Auto populate data in pdfs

I am developing a Java Desktop Application for Windows 7.

I want to auto-populate data into pdf file with specific format. For instance, if I select a particular product in the application then click on "Generate Report" button, it should fill the respective space in the pdf with the selected product.

Would like to understand different ways to achieve the same.

Upvotes: 0

Views: 269

Answers (1)

user1290666
user1290666

Reputation: 23

After researching on the topic found useful utilities like iText and pdfbox. iText not free for commercial use whereas pdfbox is opensource project from Apache.

Upvotes: 1

Related Questions