public class EpubSaveOptions extends UnifiedSaveOptions
Save options for export to EPUB format
Modifier and Type | Class and Description |
---|---|
static class |
EpubSaveOptions.RecognitionMode
When PDF file (that usually has fixed layout) is being converted, the conversion engine tries
to perform grouping and multi-level analysis to restore the original document author's intent
and produce result in flow layout.
|
UnifiedSaveOptions.ConversionProgressEventHandler, UnifiedSaveOptions.ProgressEventHandlerInfo
SaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.MarginInfo, SaveOptions.MarginPartStyle, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo
Modifier and Type | Field and Description |
---|---|
int |
ContentRecognitionMode
When PDF file (that usually has fixed layout) is being converted, the conversion engine tries
to perform grouping and multi-level analysis to restore the original document author's intent
and produce result in flow layout.
|
ProgressEventsRetranslator, TryMergeAdjacentSameBackgroundImages
Constructor and Description |
---|
EpubSaveOptions()
Constructor
|
isExtractOcrSublayerOnly, setExtractOcrSublayerOnly
getSaveFormat, getWarningHandler, isCloseResponse, setCloseResponse, setWarningHandler
public int ContentRecognitionMode
When PDF file (that usually has fixed layout) is being converted, the conversion engine tries to perform grouping and multi-level analysis to restore the original document author's intent and produce result in flow layout. This property tunes that conversion for this or that desirable method of recognition of content.
EpubSaveOptions.RecognitionMode