public final class EpubLoadOptions extends LoadOptions
Contains options for loading/importing EPUB file into pdf document.
LoadOptions.MarginsAreaUsageModes, LoadOptions.PageSizeAdjustmentModes, LoadOptions.ResourceLoadingResult, LoadOptions.ResourceLoadingStrategy
Modifier and Type | Field and Description |
---|---|
int |
MarginsAreaUsageMode
Represents mode of usage of margins area - defines treatement of instructions (if any) of CSS
of imported document related to usage of margins.
|
int |
PageSizeAdjustmentMode
ATTENTION!
|
Constructor and Description |
---|
EpubLoadOptions()
Creates default load options for converting EPUB file into pdf document.
|
EpubLoadOptions(Dimension2D pageSize)
Creates load options with specified page size.
|
Modifier and Type | Method and Description |
---|---|
MarginInfo |
getMargin()
Gets reference on object that represent marging info.
|
Dimension2D |
getPageSize()
Gets output page size for import.
|
void |
setMargin(MarginInfo value)
Gets reference on object that represent marging info.
|
getLoadFormat, getWarningHandler, setWarningHandler
public int MarginsAreaUsageMode
Represents mode of usage of margins area - defines treatement of instructions (if any) of CSS of imported document related to usage of margins.
LoadOptions.MarginsAreaUsageModes
public int PageSizeAdjustmentMode
ATTENTION! The feature implemented but did not put yet to public API since blocker issue in OSHARED layer revealed for sample document. Represents mode of usage of page size during conversion. Formats (like HTML, EPUB etc), usually have float design, so, it allows to fit required pagesize. But sometimes content has specified horizontal positions or size that does not allow put content into required page size. In such case we can define what should be done in this case (i.e when size of content does not fit required initial page size of result PDF document).
LoadOptions.PageSizeAdjustmentModes
public EpubLoadOptions()
Creates default load options for converting EPUB file into pdf document. Default pdf page size - A4 300dpi 2480 X 3508.
public EpubLoadOptions(Dimension2D pageSize)
Creates load options with specified page size.
pageSize
- Defines pdf page width and height.public Dimension2D getPageSize()
Gets output page size for import.
public MarginInfo getMargin()
Gets reference on object that represent marging info.
public final void setMargin(MarginInfo value)
Gets reference on object that represent marging info.
value
- MarginInfo object