Previous | Next | (P-PDF) Prepress and Print
Topic: Command Line PDF Printing From VB - Question?
Conf: (P-PDF) Prepress and Print, Msg: 20761
From: RMorin
Date: 5/18/2001 01:42 PM
Hello. I am using the code below to call Acrobat Reader and print a pdf. What I need to know how do is how to send another parameter in the call to tell how many copies I want of the report, Instead of sending the pdf to the printer for the amount of copies I want.
Any help possible would be greatly appreciated. Thanks.
Roger Morin
strFileNameToPrint = HOME & "\" & fPDFFileName
strPrinterName = Printer.DeviceName
strDriverName = Printer.DriverName
strPortName = Printer.Port
strCommandline = "C:\Program Files\Adobe\Acrobat" & _ "4.0\Reader\AcroRD32.exe /T """ + _
strFileNameToPrint + """ """ + _
strPrinterName + """ """ + _
strDriverName + """ """ + _
strPortName + """"