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.ProgressEventHandlerInfoSaveOptions.BorderInfo, SaveOptions.BorderPartStyle, SaveOptions.HtmlBorderLineType, SaveOptions.MarginInfo, SaveOptions.MarginPartStyle, SaveOptions.NodeLevelResourceType, SaveOptions.ResourceSavingInfo| Constructor and Description |
|---|
EpubSaveOptions()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getContentRecognitionMode()
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.
|
void |
setContentRecognitionMode(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.
|
getProgressEventsRetranslator, isExtractOcrSublayerOnly, isTryMergeAdjacentSameBackgroundImages, setExtractOcrSublayerOnly, setProgressEventsRetranslator, setTryMergeAdjacentSameBackgroundImagesgetSaveFormat, getWarningHandler, isCloseResponse, setCloseResponse, setWarningHandlerpublic int getContentRecognitionMode()
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.RecognitionModepublic void setContentRecognitionMode(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.
contentRecognitionMode - RecognitionMode elementEpubSaveOptions.RecognitionModeCopyright © 2022 Aspose. All Rights Reserved.