pdfPrint

Print the PDF file.
int pdfPrint(PDFViewerHandle viewer, BOOL silent)
This function prints the currently open PDF file. If the silent argument is true, the file is printed to the default printer with no user interaction. If silent is false, the standard Windows printing dialog is displayed, allowing the user to select a printer, etc.

pdfPrint returns pdfOk if printing was successful, otherwise an error code.

C:
pdfPrint(viewer, FALSE);
pdfPrint3
pdfPrintFile