how to export comments into fdf file?

Forum for the PDF-XChange Editor - Free and Licensed Versions

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
crimsonlogic
User
Posts: 38
Joined: Tue Jan 12, 2016 2:25 am

how to export comments into fdf file?

Post by crimsonlogic »

I can export annotation into txt file with below code.

Code: Select all

axCoPDFXCview1.SetProperty("Operations.SummarizeAnnots.Output.Type", "txt");
axCoPDFXCview1.SetProperty("Operations.SummarizeAnnots.Output.AutoView", "false");
axCoPDFXCview1.SetProperty("Operations.SummarizeAnnots.Output.TXT.FolderName", folderPath);
axCoPDFXCview1.SetProperty("Operations.SummarizeAnnots.Output.TXT.FileName", GetFileNameWithoutExtension(pdfFileName));
axCoPDFXCview1.DoDocumentVerb(0, null, "SummarizeAnnots", dataIn, out dataOut, (int)PDFXCviewAxLib.PXCVA_Flags.PXCVA_NoUI);

There should be a way to export comments into fdf file, right? and how?

here is the sdk helper, but I really don't know how to use it.

BTW, it's possible to load fdf file and show comments onto viewer with a pdf file, right?

Thanks
crimsonlogic
User
Posts: 38
Joined: Tue Jan 12, 2016 2:25 am

Re: how to export comments into fdf file?

Post by crimsonlogic »

I got it by javascript :)
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17901
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: how to export comments into fdf file?

Post by Tracker Supp-Stefan »

Glad to hear that Crimsonlogic!

Cheers,
Stefan
csuciava
User
Posts: 1
Joined: Thu Apr 06, 2017 9:46 am

Re: how to export comments into fdf file?

Post by csuciava »

How?
User avatar
Will - Tracker Supp
Site Admin
Posts: 6815
Joined: Mon Oct 15, 2012 9:21 pm
Location: London, UK
Contact:

Re: how to export comments into fdf file?

Post by Will - Tracker Supp »

Hi csuciava,

Are you looking to do this via JavaScript using the end user Editor, or the SDK? crimsonlogin appears to be using the SDK...

Thanks,
If posting files to this forum, you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded.
Thank you.

Best regards

Will Travaglini
Tracker Support (Europe)
Tracker Software Products Ltd.
http://www.tracker-software.com
Post Reply