Hi,
we would like to suppress the attached message while trying to export a pdf-a document. I'm already using the command:
AxCoPDFXCview1.DoVerb("", "ExecuteCommand", 33374, 0, 0)
But the message still pops up. Is there a way to get rid of this messages at all?
Please find message dialogs attached.
Thanks,
Martin
ShowPDFAInfo
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- User
- Posts: 153
- Joined: Thu Apr 07, 2011 10:01 am
ShowPDFAInfo
You do not have the required permissions to view the files attached to this post.
-
- Site Admin
- Posts: 2445
- Joined: Thu Jun 30, 2005 4:11 pm
Re: ShowPDFAInfo
Hi, Martin.
To skip this warning message use undocumented property:The executing ID=33374 command cannot help you...
HTH
To skip this warning message use undocumented property:
Code: Select all
ctrl.SetProperty("Prompts.ConfirmSavePDFA", "false", 0);
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.
-
- User
- Posts: 153
- Joined: Thu Apr 07, 2011 10:01 am
Re: ShowPDFAInfo
Hi Vasyl,
once again thank you for your quick help!!
Best,
Martin
once again thank you for your quick help!!
Best,
Martin
-
- Site Admin
- Posts: 7362
- Joined: Wed Mar 25, 2009 10:37 pm