The EBookLoadOptions class enables you to configure how electronic book (ebook) documents are loaded in GroupDocs.Conversion. This class supports popular ebook formats used across various reading platforms and devices.
EBookLoadOptions works with common ebook formats including MOBI (Kindle), EPUB (universal standard), and AZW3 (Kindle Fire).
Properties
Property
Type
Description
Format
EBookFileType
The input ebook format (read-only; get;)
Basic Usage
For most scenarios, GroupDocs.Conversion automatically detects the ebook format:
GroupDocs.Conversion automatically detects the ebook format in most cases, so EBookLoadOptions is optional unless you need specific loading configuration.
Output Format Compatibility
EBooks can be converted to various output formats:
Document formats: PDF, DOCX, RTF, TXT
Web formats: HTML, MHTML
Spreadsheet formats: XLSX, XLS
Presentation formats: PPTX, PPT
Other ebook formats: EPUB, MOBI, AZW3
Note: Image formats (PNG, JPG) require page-by-page conversion using SavePageContext since ebooks are multi-page documents.
Summary
EBookLoadOptions provides control over electronic book document loading:
Format: Read-only property indicating the ebook format
Supports: MOBI, EPUB, AZW3 formats
Use Case: Digital publishing, cross-platform ebook conversion, content extraction
All examples on this page have been verified through automated testing to ensure accuracy.