Package | Description |
---|---|
com.pd4ml | |
com.pd4ml.html.doc.render | |
com.pd4ml.html.doc.render.to |
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
|
Modifier and Type | Method and Description |
---|---|
Context.PageBreakRef |
BoxRenderer.createAssignedPageBreak(boolean above,
int extent,
PageSize format,
boolean rotate,
Length newWidth,
int requestedSpace) |
Modifier and Type | Field and Description |
---|---|
PageSize |
Context.PageBreakRef.newFormat |
PageSize |
TargetRenderContext.pageSize |
Modifier and Type | Method and Description |
---|---|
static PageSize |
TargetRenderer.getPageFormat(int pageNum,
int maxPage,
HashMap<String,PageSize> pageFormats) |
Modifier and Type | Method and Description |
---|---|
void |
TargetRenderContext.simulateNewPage(int pageNum,
PageSize newFormat,
TargetRenderer renderer,
float scale,
int topY,
int bottomY,
float headerHeight,
float footerHeight,
float footnotesHeight) |
void |
ImageRenderContext.simulateNewPage(int pageNum,
PageSize newFormat,
TargetRenderer renderer,
float scale,
int topY,
int pHeight,
float headerHeight,
float footerHeight,
float footnotesHeight) |
void |
PdfRenderContext.simulateNewPage(int pageNum,
PageSize newFormat,
TargetRenderer targetRenderer,
float scale,
int topY,
int pHeight,
float headerHeight,
float footerHeight,
float footnotesHeight) |
void |
TargetRenderContext.startNewPage(int pageNum,
PageSize newFormat,
TargetRenderer renderer,
float scale,
int topY,
int bottomY,
float headerHeight,
float footerHeight,
float footnotesHeight) |
void |
ImageRenderContext.startNewPage(int pageNum,
PageSize newFormat,
TargetRenderer targetRenderer,
float scale,
int topY,
int pHeight,
float headerHeight,
float footerHeight,
float footnotesHeight) |
void |
PdfRenderContext.startNewPage(int pageNum,
PageSize newFormat,
TargetRenderer targetRenderer,
float scale,
int topY,
int pHeight,
float headerHeight,
float footerHeight,
float footnotesHeight) |
void |
RtfRenderContext.startNewPage(int pageNum,
PageSize newFormat,
TargetRenderer targetRenderer,
float scale,
int topY,
int bottomY,
float headerHeight,
float footerHeight,
float footnotesHeight) |
abstract String |
TargetRenderContext.startWatermarkOutput(float x,
float y,
PageSize pageSize,
float scale,
float opacity,
float wmscale,
float angle,
boolean print,
boolean screen) |
String |
ImageRenderContext.startWatermarkOutput(float x,
float y,
PageSize pageSize,
float watermarkScale,
float opacity,
float wmscale,
float angle,
boolean print,
boolean screen) |
String |
PdfRenderContext.startWatermarkOutput(float x,
float y,
PageSize pageSize,
float scale,
float opacity,
float wmscale,
float angle,
boolean print,
boolean screen) |
String |
RtfRenderContext.startWatermarkOutput(float x,
float y,
PageSize pageSize,
float scale,
float opacity,
float wmscale,
float angle,
boolean print,
boolean screen) |
Modifier and Type | Method and Description |
---|---|
static PageSize |
TargetRenderer.getPageFormat(int pageNum,
int maxPage,
HashMap<String,PageSize> pageFormats) |
void |
TargetRenderer.setPageFormats(HashMap<String,PageSize> pageFormats) |
Constructor and Description |
---|
RtfRenderContext(PD4ML pd4ml,
TargetRenderer targetRenderer,
OutputStream os,
float containerWidth,
float containerHeight,
PageSize paperFormat,
PageMargins insets,
String type,
boolean idle,
Vector<StatusMessage> statusMessages,
com.pd4ml.util.GOST.Auth license,
boolean convertImgToWmf,
com.pd4ml.cache.FileCache cache) |
Revision 4.0.15 / 20220727-0149