mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Contributor License Agreement
This commit is contained in:
@@ -69,6 +69,7 @@ void AudioBookPlugin::onCreateTextStreamTriggered()
|
||||
}
|
||||
|
||||
pdf::PDFDocumentTextFlowFactory factory;
|
||||
factory.setCalculateBoundingBoxes(true);
|
||||
pdf::PDFDocumentTextFlow textFlow = factory.create(m_document, pdf::PDFDocumentTextFlowFactory::Algorithm::Auto);
|
||||
m_textFlowEditor.setTextFlow(std::move(textFlow));
|
||||
}
|
||||
|
Reference in New Issue
Block a user