Hi Team,
I need to manipulate Adobe fdf files without the corresponding PDF form file.
I’m looking at this example Form.ImportFdf | Aspose.PDF for .NET API Reference
but the problem is that this Form.ImportFdf method requires the PDF form file to be available in order to import the fdf file.
I just want to open the fdf file, understand the content of the form fields and maybe overwrite some field values.
I’ve also came across this topic Creating a FDF file from scratch where basically the same functionality was requested by the forum poster.
Has there been any progress on this functionality since 2014?
Thanks!