Hello,
I currently test Free Spire.PDF for .NET version.
I try to read form from test.pdf but doc.Form is null whereas the pdf has form field !!!
PdfDocument doc = new PdfDocument();
doc.LoadFromFile("test.pdf");
HERE doc.Form is null ????
Thanks
Manu