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: 5223
- Joined: Tue Jun 29, 2004 10:34 am
Re: New document from image
Only if using the Vieer ActiveSDK for developers.
HTH
HTH
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.
Best regards
Tracker Support
http://www.tracker-software.com
Best regards
Tracker Support
http://www.tracker-software.com
-
- User
- Posts: 4
- Joined: Wed Nov 19, 2008 3:18 pm
Re: New document from image
Can i get a example of code in vb please?
-
- User
- Posts: 664
- Joined: Tue Nov 14, 2006 12:23 pm
Re: New document from image
Hi,
Here you go:
HTH.
Here you go:
Code: Select all
Dim vDataOut As Variant
Call CoPDFXCview1.DoVerb("", "ExecuteCommand", "NewDocumentFromImage", vDataOut, 0)