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:
BIN
CLA/Contribution Licence Agreement.pdf
Normal file
BIN
CLA/Contribution Licence Agreement.pdf
Normal file
Binary file not shown.
@@ -69,6 +69,7 @@ void AudioBookPlugin::onCreateTextStreamTriggered()
|
|||||||
}
|
}
|
||||||
|
|
||||||
pdf::PDFDocumentTextFlowFactory factory;
|
pdf::PDFDocumentTextFlowFactory factory;
|
||||||
|
factory.setCalculateBoundingBoxes(true);
|
||||||
pdf::PDFDocumentTextFlow textFlow = factory.create(m_document, pdf::PDFDocumentTextFlowFactory::Algorithm::Auto);
|
pdf::PDFDocumentTextFlow textFlow = factory.create(m_document, pdf::PDFDocumentTextFlowFactory::Algorithm::Auto);
|
||||||
m_textFlowEditor.setTextFlow(std::move(textFlow));
|
m_textFlowEditor.setTextFlow(std::move(textFlow));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user