AudioBook Plugin: create audio book stream

This commit is contained in:
Jakub Melka
2021-08-28 16:11:44 +02:00
parent 3318a2a6d7
commit ae4296776f
11 changed files with 320 additions and 2 deletions

View File

@ -261,6 +261,11 @@ public:
const EditedItem* getEditedItem(size_t index) const { return &m_editedTextFlow.at(index); }
/// Creates text flow from active edited items. If item is removed,
/// then it is not added into this text flow. User text modification
/// is applied to a text flow.
PDFDocumentTextFlow createEditedTextFlow() const;
private:
void createPageMapping();
void createEditedFromOriginalTextFlow();