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 |
---|---|
PdfPrinterSettings |
PdfViewer.getDefaultPrinterSettings()
Gets the default printer settings.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfViewer.printDocumentWithSettings(PdfPrinterSettings printerSettings)
Prints the Pdf document with printer settings.
|
void |
PdfViewer.printDocumentWithSettings(PrintPageSettings pageSettings,
PdfPrinterSettings printerSettings)
Prints the Pdf document with settings.
|
void |
PdfViewer.printLargePdf(InputStream inputStream,
PdfPrinterSettings printerSettings)
Opens and prints a large Pdf stream with specified printer 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,
PdfPrinterSettings printerSettings)
Opens and prints a large Pdf file with specified 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 |
---|---|
PdfPrinterSettings |
PdfPrinterSettings.deepClone()
Get clonned object
|
PdfPrinterSettings |
PrintPageSettings.getPrinterSettings()
Gets the printer settings associated with the page.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintPageSettings.setPrinterSettings(PdfPrinterSettings value)
Sets the printer settings associated with the page.
|
Constructor and Description |
---|
PrintPageSettings(PdfPrinterSettings value)
Initializes a new instance of the PageSettings class using a specified printer.
|