printPDF4

Print a PDF file.
printPDF4()
This function prints the currently open PDF file.

There are a number of functions that set printing parameters - see the "Printing parameters" section in the function list.

VB:
' open a PDF file using loadFile, loadStream, etc. pdf.loadFile("c:\file.pdf") ' set printing parameters pdf.printer = "printer55" pdf.pages = "3-10" ... ' print the PDF file pdf.printPDF4()