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).
Export\Import comments
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Export\Import comments
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.
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.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 14
- Joined: Mon Sep 09, 2013 6:51 am
Re: Export\Import comments
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
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
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Export\Import comments
Hi, Constantin
You may use JS, methods of doc object:
============================
importAnFDF,
importAnXFDF,
---
exportAsFDF,
exportAsFDFStr,
exportAsText,
exportAsXFDF,
exportAsXFDFStr
============================
HTH
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.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.