| Package | Description |
|---|---|
| org.apache.pdfbox.printing |
| Modifier and Type | Field and Description |
|---|---|
protected Scaling |
PDFPrinter.scaling |
| Modifier and Type | Method and Description |
|---|---|
static Scaling |
Scaling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scaling[] |
Scaling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PDFPrinter(PDDocument document,
PrinterJob printerJob,
Scaling scaling,
Orientation orientation,
Paper paper,
boolean showPageBorder,
float dpi)
Creates a new PDFPrinter using the given printer, the given page scaling and orientation,
and with optional page borders shown.
|
PDFPrinter(PDDocument document,
Scaling scaling,
Orientation orientation)
Creates a new PDFPrinter using the system's default printer,
with the given page scaling and orientation.
|
PDFPrinter(PDDocument document,
Scaling scaling,
Orientation orientation,
Paper paper)
Creates a new PDFPrinter using the system's default printer,
with the given page scaling and orientation.
|
PDFPrinter(PDDocument document,
Scaling scaling,
Orientation orientation,
Paper paper,
float dpi)
Creates a new PDFPrinter using the system's default printer,
with the given page scaling and orientation.
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.