Some test text!
To import XFDF into FDF, then merge data from FDF into PDF
# Import annotations from XFDF to FDF
fdf_doc = FDFDoc.CreateFromXFDF(xfdf_filename)
# Optionally read XFDF from a string
fdf_doc = FDFDoc.CreateFromXFDF(xfdf_string)
# Merge FDF data into PDF doc
doc = PDFDoc.new(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.