Answered
Hi All,
I am using the method to Expor the FDF as "ExportAsFDF" in .NET application.
fdform.ExportAsFDF(fdfname, "", False)
but fdf content is empty as given below.
%FDF-1.2
%âãÏÓ
1 0 obj
<<03BF7AB97029374D853B1191CE87D8AA>]/UF(Tesr.pdf)>>/Type/Catalog>>
endobj
trailer
<>
%%EOF
I want to get the comments extracted as fdf file.
Please can any one help me on this? what i am doing wrong?
Thanks
this.exportAsFDF({bAnnotations: "true"});
To see how to implement all the different functions of your FDF, you should read the [url=http://www.adobe.com/devnet/acrobat/pdfs/js_api_reference.pdf]JavaScript API reference[/url]