Package | Description |
---|---|
com.qoppa.pdfPrint |
jPDFPrint main classes, used to print PDF documents.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFPrint.print(PrintSettings printSettings)
Prints this PDF document.
|
void |
PDFPrint.print(String printerName,
PrintSettings printSettings)
Prints this PDF document to the specified printer, by name.
|
void |
PDFPrint.print(String printerName,
PrintSettings printSettings,
PrintRequestAttributeSet printAttrSet)
Prints this PDF document to the specified printer, by name and passes the attribute set to the printer job.
|
void |
PDFPrint.printAsImage(String printerName,
PrintSettings printSettings,
PrintRequestAttributeSet printAttrSet)
Prints this document by first converting each page to an image and then sending the image to the printer.
|
void |
PDFPrint.printToDefaultPrinter(PrintSettings printSettings)
Prints the PDF document to the default printer.
|