hi all,
how to import xfdf file into the pdf file using java code using itext, pdfbox etc
comment on this as soon
Regards,
jk
Printable View
hi all,
how to import xfdf file into the pdf file using java code using itext, pdfbox etc
comment on this as soon
Regards,
jk
I don't have a direct way to do this. But XFDF files are in XML format so you can easily process tags easily. Then write them back to a pdf file.
To generate pdf file, iText is the most easiest way.
As far as I am aware XFDF data is collected in one of two ways, either form data is submitted to a server (submit button on the PDF form), or users themselves export the data using 'Advanced'->'Forms'->'Export Forms Data' option in Adobe Acrobat, so regards exporting data, I guess it depends on how the PDFs in question are setup.
There are posts here about populating PDF forms (super search) which you should be able to use to get you started filling in forms with existing XFDF data.
Studying about the basic structure gives you lost of alternatives.