Am 10.10.2012 um 11:55 schrieb Paxdo Presse <[email protected]>: > > Hello, > > In the "Create and Print pdf" example, on Windows, the shell.Execute s+" /h > /p """+f.AbsolutePath+"""" command is used to Run Adobe Reader. > Ok. So is it possible to know if there is no error and Adobe Reader has been > launched printing pdf?
check the Errorcode property. > Is there also a possibility to change the printer used by Adobe Reader? Maybe by setting the default printer. > I tried with the WindowsPrinterMBS.SetDefaultPrinter method, but it does not > work: Adobe Reader defines the default printer only when starting the Reader > application. Okay. > Also, I have not seen a change printer settings in DynaPDFPrintSettingsMBS. DynaPDFPrintSettingsMBS does not specify a printer name. For Adobe reader, I found this hint for the command line options: /t <filename> <printername> <drivername> <portname> Maybe you try that? You may need to put printer name in quotes. Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
