Package | Description |
---|---|
com.pd4ml |
Modifier and Type | Field and Description |
---|---|
static PageSize |
PageSize.A0
2384 x 3370 points
|
static PageSize |
PageSize.A1
1684 x 2384 points
|
static PageSize |
PageSize.A10
74 x 105 points
|
static PageSize |
PageSize.A2
1190 x 1684 points
|
static PageSize |
PageSize.A3
842 x 1190 points.
|
static PageSize |
PageSize.A4
595 x 842 points.
|
static PageSize |
PageSize.A5
421 x 595 points.
|
static PageSize |
PageSize.A6
297 x 421 points
|
static PageSize |
PageSize.A7
210 x 297 points
|
static PageSize |
PageSize.A8
148 x 210 points
|
static PageSize |
PageSize.A9
105 x 148 points
|
static PageSize |
PageSize.ArchA
648 x 864 points
|
static PageSize |
PageSize.ArchB
864 x 1296 points
|
static PageSize |
PageSize.ArchC
1296 x 1728 points
|
static PageSize |
PageSize.ArchD
1728 x 2592 points
|
static PageSize |
PageSize.ArchE
2592 x 3456 points
|
static PageSize |
PageSize.ArchE1
2160 x 3024 points
|
static PageSize |
PageSize.B4
This matches the standard, ISO dimensions: 250mm x 353mm.
|
static PageSize |
PageSize.B5
This matches the standard, ISO dimensions: 176mm x 250mm.
|
static PageSize |
PageSize.HALFLETTER
396 x 612 points
|
static PageSize |
PageSize.ISOB0
2836 x 4008 points
|
static PageSize |
PageSize.ISOB1
2004 x 2836 points
|
static PageSize |
PageSize.ISOB2
1418 x 2004 points
|
static PageSize |
PageSize.ISOB3
1002 x 1418 points
|
static PageSize |
PageSize.ISOB4
709 x 1002 points
|
static PageSize |
PageSize.ISOB5
501 x 709 points
|
static PageSize |
PageSize.JIS_B4
This correspond to the JIS standard dimensions: 257mm x 364mm.
|
static PageSize |
PageSize.JIS_B5
This correspond to the JIS standard dimensions: 182mm x 257mm.
|
static PageSize |
PageSize.LEDGER
1224 x 792 points.
|
static PageSize |
PageSize.LEGAL
612 x 1008 points.
|
static PageSize |
PageSize.LETTER
612 x 792 points.
|
static PageSize |
PageSize.NOTE
540 x 720 points
|
static PageSize |
PageSize.TABLOID
792 x 1224 points
|
Modifier and Type | Method and Description |
---|---|
static PageSize |
PageSize.getInstance(String name) |
PageSize |
PD4ML.getPageSize(int pageNum)
Returns page dimensions object for a specified page number.
|
PageSize |
PageSize.rotate() |
Modifier and Type | Method and Description |
---|---|
static int |
PD4ML.predictPageHeight(PageMargins pageMargins,
PageSize pageSize,
int userSpace)
predicts page height for given conversion parameters
|
static float |
PD4ML.predictScale(PageMargins pageMargins,
PageSize pageSize,
int userSpace)
predicts document HTML-to-PDF mapping scale for given conversion parameters
|
void |
PD4ML.setPageSize(PageSize d)
defines page size for all document pages.
|
void |
PD4ML.setPageSize(PageSize d,
String scope)
defines page size for specified range(s) of pages
|
Revision 4.1.0 / 20201216-0554