Some test text!
To import XFDF into FDF, then merge data from FDF into PDF
// Import annotations from XFDF to FDF
FDFDoc fdf_doc = FDFDoc.createFromXFDF(xfdf_filename);
// Optionally read XFDF from a string
FDFDoc fdf_doc = FDFDoc.createFromXFDF(xfdf_string);
// Merge FDF data into PDF doc
PDFDoc doc = new PDFDoc(filename);
doc.fdfMerge(fdf_doc);
PDF Form fill and form data extraction
Full sample code which illustrates basic FDF merge/extract functionality and full support for FDF (Forms Data Format)
Get the answers you need: Support
Get unlimited trial usage of PDFTron SDK to bring accurate, reliable, and fast document processing capabilities to any application or workflow.
Select a platform to get started with your free trial.
Web
Android
iOS
Windows
Linux
Unlimited usage. No email address required.