Package | Description |
---|---|
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
com.aspose.pdf.printing |
The
com.aspose.pdf.printing package provides classes which are used for configuring the printing
process. |
Modifier and Type | Method and Description |
---|---|
PrintPageSettings |
PdfViewer.getDefaultPageSettings()
Gets the default page settings.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfViewer.printDocumentWithSettings(PrintPageSettings pageSettings,
PdfPrinterSettings printerSettings)
Prints the Pdf document with settings.
|
void |
PdfViewer.printLargePdf(InputStream inputStream,
PrintPageSettings pageSettings,
PdfPrinterSettings printerSettings)
Opens and prints a large Pdf stream with specified page settings and printer settings.
|
void |
PdfViewer.printLargePdf(String filePath,
PrintPageSettings pageSettings,
PdfPrinterSettings printerSettings)
Opens and prints a large Pdf file with specified page settings and printer settings.
|
Modifier and Type | Method and Description |
---|---|
PrintPageSettings |
PdfPrinterSettings.getDefaultPageSettings()
Gets the default page settings for this printer.
|
Modifier and Type | Method and Description |
---|---|
Graphics2D |
PdfPrinterSettings.createMeasurementGraphics(PrintPageSettings value)
Get Graphics2D object
|
Graphics2D |
PdfPrinterSettings.createMeasurementGraphics(PrintPageSettings pageSettings,
boolean honorOriginAtMargins)
Get Graphics2D object
|