pdfPrint3

Print the PDF file.
int pdfPrint3(PDFViewerHandle viewer, BOOL showDialog, int firstPage, int lastPage, double llx, double lly, double urx, double ury, double xScale, double yScale, double xOffset, double yOffset, int rotate, int nCopies, char *printer)
This function is an extended version of pdfPrint. It prints the currently open PDF file, with various options.

The arguments are:

pdfPrint3 returns pdfOk if printing was successful, otherwise an error code.
C:
/* this is equivalent to pdfPrint */ pdfPrint3(viewer, !silent, 1, viewer.numPages, 0, 0, -1, -1, -1, -1, _ -1, -1, -1, 0, NULL);
pdfPrint
pdfPrintFile
pdfSetPrintEmulatedMultiCopy