Hello,
Is it possible to call the New Document from image command progmatically?
Thanks
New document from image
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: 19913
- Joined: Mon Jan 12, 2009 8:07 am
Re: New document from image
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
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
-
- User
- Posts: 60
- Joined: Fri Oct 24, 2008 5:17 pm
Re: New document from image
Thanks Stefan,
I thought it might be something like that. While I would prefer no UI I will play with this.
I thought it might be something like that. While I would prefer no UI I will play with this.