- Code: Select all
//Import XFDF to PDF
//loadedForm.ImportData("ImportXFDF.xfdf", DataFormat.XFdf);
However, I have XFDF retrieved from the database as text/xml. Is it possible to import data directly as a string rather than an .xfdf file? I would prefer to skip the generating of a temp file. I see that it's possible to load a stream object but only as FDF.