Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originaly came from Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
static PageSize |
PageSize.getA0()
A0 size (1189x840 mm).
|
static PageSize |
PageSize.getA1()
A1 size (840x594 mm).
|
static PageSize |
PageSize.getA2()
A2 size (594x420 mm).
|
static PageSize |
PageSize.getA3()
A3 size (420x297 mm).
|
static PageSize |
PageSize.getA4()
A4 size (297x210 mm).
|
static PageSize |
PageSize.getA5()
A5 size (210x148 mm).
|
static PageSize |
PageSize.getA6()
A6 size (148x105 mm).
|
static PageSize |
PageSize.getB5()
B5 size (250x176 mm).
|
static PageSize |
PageSize.getP11x17()
11x17 inches format.
|
static PageSize |
PageSize.getPageLedger()
Ledger size (432x279 mm).
|
static PageSize |
PageSize.getPageLegal()
Legal size (356x216 mm).
|
static PageSize |
PageSize.getPageLetter()
Letter size (279x216 mm).
|
Modifier and Type | Method and Description |
---|---|
boolean |
PdfFileEditor.makeBooklet(InputStream inputStream,
OutputStream outputStream,
PageSize pageSize)
Makes booklet from the input stream and save result into output stream.
|
boolean |
IPdfFileEditor.makeBooklet(InputStream inputStream,
OutputStream outputStream,
PageSize pageSize)
Makes booklet from the input stream and save result into output stream.
|
boolean |
PdfFileEditor.makeBooklet(InputStream inputStream,
OutputStream outputStream,
PageSize pageSize,
int[] leftPages,
int[] rightPages)
Makes booklet from the firstInputStream to outputStream.
|
boolean |
IPdfFileEditor.makeBooklet(InputStream inputStream,
OutputStream outputStream,
PageSize pageSize,
int[] leftPages,
int[] rightPages)
Makes booklet from the firstInputStream to outputStream.
|
boolean |
PdfFileEditor.makeBooklet(String inputFile,
String outputFile,
PageSize pageSize)
Makes booklet from the inputFile to outputFile.
|
boolean |
IPdfFileEditor.makeBooklet(String inputFile,
String outputFile,
PageSize pageSize)
Makes booklet from the inputFile to outputFile.
|
boolean |
PdfFileEditor.makeBooklet(String inputFile,
String outputFile,
PageSize pageSize,
int[] leftPages,
int[] rightPages)
Makes customized booklet from the firstInputFile to outputFile.
|
boolean |
IPdfFileEditor.makeBooklet(String inputFile,
String outputFile,
PageSize pageSize,
int[] leftPages,
int[] rightPages)
Makes customized booklet from the firstInputFile to outputFile.
|
boolean |
PdfFileEditor.makeNUp(InputStream inputStream,
OutputStream outputStream,
int x,
int y,
PageSize pageSize)
Makes N-Up document from the first input stream to output stream.
|
boolean |
IPdfFileEditor.makeNUp(InputStream inputStream,
OutputStream outputStream,
int x,
int y,
PageSize pageSize)
Makes N-Up document from the first input stream to output stream.
|
boolean |
PdfFileEditor.makeNUp(String inputFile,
String outputFile,
int x,
int y,
PageSize pageSize)
Makes N-Up document from the input file to outputFile.
|
boolean |
IPdfFileEditor.makeNUp(String inputFile,
String outputFile,
int x,
int y,
PageSize pageSize)
Makes N-Up document from the input file to outputFile.
|
Copyright © 2020 Aspose. All Rights Reserved.