mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: Windows build without plugins
This commit is contained in:
@ -274,7 +274,7 @@ int PDFToolInfoStructureTreeApplication::execute(const PDFToolOptions& options)
|
||||
pdf::PDFStructureTree structureTree = pdf::PDFStructureTree::parse(&document.getStorage(), document.getCatalog()->getStructureTreeRoot());
|
||||
if (structureTree.isValid())
|
||||
{
|
||||
PDFOutputFormatter formatter(options.outputStyle, options.outputCodec);
|
||||
PDFOutputFormatter formatter(options.outputStyle);
|
||||
formatter.beginDocument("info-structure-tree", PDFToolTranslationContext::tr("Structure tree in document %1").arg(options.document));
|
||||
|
||||
PDFStructureTreePrintVisitor visitor(&document, &structureTree, &formatter);
|
||||
|
Reference in New Issue
Block a user