Reader 10.0 - programatic printing is not working via command
we have code deployed windows 2003 server sorts , prints pdfs have been created throughout day.
the program runs , prints when double-clicking exe , printed documents spool correct printer.
the program appears run when executing via command, documents not spool printer. command launches exe following:
"e:\applications\myapp.exe". program runs, print doesn't arrive @ printer , have correct default printer assigned user executing command.
the code looks this:
dim proc new process
dim psi new processstartinfo
psi.arguments = "/t " & pdfpath
psi.createnowindow = true
psi.useshellexecute = false
psi.windowstyle = system.diagnostics.processwindowstyle.hidden
psi.filename = "c:\program files\adobe\reader 10.0\reader\acrord32.exe"
proc.startinfo = psi
proc.start()
any idea why pdfs not spooling printer when executing command vs running exe double-click?
thanks,
andy
you need post acrobat sdk forum. btw don't believe command line switches attempting use officially supported adobe.
More discussions in Enterprise Deployment (Acrobat and Reader)
adobe
Comments
Post a Comment