Decrypt application

This commit is contained in:
Jakub Melka
2021-05-11 18:46:33 +02:00
parent d607c24459
commit aa059ea1f6
30 changed files with 295 additions and 87 deletions

View File

@ -55,7 +55,7 @@ int PDFToolOptimize::execute(const PDFToolOptions& options)
pdf::PDFDocument document;
QByteArray sourceData;
if (!readDocument(options, document, &sourceData))
if (!readDocument(options, document, &sourceData, false))
{
return ErrorDocumentReading;
}