|
-
January 13th, 2012, 04:27 PM
#4
Re: PDF shell - batch opener
Hello,
So i have a way around it, im using the shellexecute, as seen by the following:
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
ShellExecute Me.hwnd, "print", "c:\etc.pdf", vbNullString, vbNullString, SW_SHOW
My next question is, can i specify printing parameters when using this? im particulary interested to specify the paper orientation and paper size?
Thanks,
Jac
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|