Export\Import comments

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

carvar
User
Posts: 1
Joined: Mon Jul 26, 2010 7:57 am

Export\Import comments

Post by carvar »

Hello,
I use ActiveX SDK (C#) of viewer
I need some help to solve next problems :

1) Export comments (Command = ExportAnnots, ID = 36351) without showing save file dialog to user. I need to specify path programmatically (or export to a stream) and silently export comments.
2) Import comments without showing open file dialog. I need to specify input file name (or stream better).
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: Export\Import comments

Post by Vasyl - PDF-XChange »

Hi, carvar.

Unfortunately there is no way for this in current implementation.
We will add these features into the new version(V3). Please wait..

Best
Regards.
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
costea
User
Posts: 14
Joined: Mon Sep 09, 2013 6:51 am

Re: Export\Import comments

Post by costea »

Hello,

Tell me please if it is already possible to export/import comments programmatically without dialog. If not in ActiveX SDK (C#), maybe it is possible to do this in SDK PRO or Simple SDK?

Thank you,
Constantin
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: Export\Import comments

Post by Vasyl - PDF-XChange »

Hi, Constantin

You may use JS, methods of doc object:

============================
importAnFDF,
importAnXFDF,
---
exportAsFDF,
exportAsFDFStr,
exportAsText,
exportAsXFDF,
exportAsXFDFStr
============================

HTH
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.