Previous | Next | (P-PDF) Developers
Topic: Acrobat Reader, DDE, and VB Example Sought
Conf: (P-PDF) Developers, Msg: 104775
From: sureshk3
Date: 1/28/2004 12:21 PM
U can try this,
"C:\Program Files\Adobe\Acrobat 6.0\Reader\AcroRd32.exe" /t c:\noa.pdf "\\ISAWSNTPS1\Calctr012p1" "Calctr012p1" "c:\temprn.prn"
In this noa.pdf is the file to print and "\\ISAWSNTPS1\Calctr012p1" is the Printer name. To find that
go to notepad, click on page setup and on that click on the printer button, this will open another window and teh name that u see there is your printers name and the next one is the driver, which u can get by going to the settings(from teh windows start menu ) and clicking on printers. rightclick on the printer that u r using as your default, go to properties, now on the first tabpage, next to the icon is your printers name. In this ex its "Calctr012p1. The last parameter is the filename , if you want to print to a file, if not ignore it so that it will get printed to the Printer directly.
try this let me know.