anil
anil

Reputation: 31

populate data from java to pdf

I am currently looking for a solution to populate a PDF file from the java code, Is there any APi for that, I googled it and found JustformsPDF does the trick, but it works only for some pdf and not all + its a old API without recent developments/support.

Basically I have an existing PDF (and do not want to build it) I just need to populate my java data inside that pdf.

any suggestions ?

Upvotes: 3

Views: 1237

Answers (2)

BZ1
BZ1

Reputation: 1322

You can use our product PDFOne (for Java). It has a document component that can also fill form fields in existing PDF documents. Viewer and printer components are also available.

Upvotes: 1

dertoni
dertoni

Reputation: 1803

These two should be able to do the job (these are the ones I know, there may be more):

Apache PDFBox

iText

Upvotes: 1

Related Questions