New document from image

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

moke@napconet.com
User
Posts: 60
Joined: Fri Oct 24, 2008 5:17 pm

New document from image

Post by moke@napconet.com »

Hello,
Is it possible to call the New Document from image command progmatically?
Thanks
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19913
Joined: Mon Jan 12, 2009 8:07 am

Re: New document from image

Post by Stefan - PDF-XChange »

Hi Moke,

here is what our developers told me:

"there is way to execute new document from image dialog
DoVerb(NULL, "ExecuteCommand", "NewDocumentFromImage", NULL, 0);

but there are no way to do this witout UI"

Hope this helps you,
Stefan
moke@napconet.com
User
Posts: 60
Joined: Fri Oct 24, 2008 5:17 pm

Re: New document from image

Post by moke@napconet.com »

Thanks Stefan,
I thought it might be something like that. While I would prefer no UI I will play with this.