EPUBExportSettings Object (Web Services API)
This object provides functionality for configuring the export of recognized text to EPUB format. The EPUBExportSettings object is a child object of the OutputFormatSettings object and inherits all its properties.
When you save texts that use a non-Latin codepage (say, Cyrillic, Greek, Czech, etc.), ABBYY FineReader Server Open API uses the fonts provided by ParaType company (http://www.paratype.com).
Peculiarities of exporting hieroglyphic languages to EPUB
You can export hieroglyphic languages to EPUB. For correct depicting of hieroglyphic characters, files for East Asian languages must be installed on all computers where the Processing Station component is installed.
When exporting to EPUB, the following fonts are used:
- for the ChineseTraditional recognition language – the PMingLiU font and the MingLiU monospace font;
- for the ChineseSimplified recognition language – the SimSun font;
- for the Japanese recognition language – the MS PMincho font and the MS Mincho monospace font;
- for the Korean recognition language – the Batang font and the BatangChe monospace font.
Properties
Name | Type | Description |
EpubVersion | EpubVersionEnum | Specifies a EPUB version. |
FontFormattingMode | FontFormattingModeEnum | Specifies a layout retention method for files saved in EPUB format. |
KeepPictures | Boolean | Specifies whether to retain pictures in the EPUB file. |
PictureFormat | ExportPictureFormatEnum | Specifies the color mode and compression method for images inside the EPUB file. |
PictureResolution | Integer | Stores the value of picture resolution in dpi, which is used for exporting pictures into EPUB format. This property may be set to -1, which means that the original resolution must be preserved. |
Quality | Integer | Stores the value (in percent) of the JPEG quality for color pictures saved in EPUB format. This value is ignored for black-and-white pictures. |
ThreatFirstPageAsCover | Boolean | Specifies whether the first page should be treated as a cover. |
See also
3/26/2024 1:49:49 PM