Tool for gathering info about document

This commit is contained in:
Jakub Melka
2020-10-04 16:56:55 +02:00
parent b226e35208
commit 2acbcd68b2
17 changed files with 758 additions and 37 deletions

View File

@ -202,7 +202,7 @@ int PDFToolAttachmentsApplication::execute(const PDFToolOptions& options)
PDFToolAbstractApplication::Options PDFToolAttachmentsApplication::getOptionsFlags() const
{
return OpenDocument | Attachments;
return ConsoleFormat | OpenDocument | Attachments;
}
} // namespace pdftool