mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Decrypt application
This commit is contained in:
@ -196,7 +196,7 @@ QString PDFToolXmlApplication::getStandardString(StandardString standardString)
|
||||
int PDFToolXmlApplication::execute(const PDFToolOptions& options)
|
||||
{
|
||||
pdf::PDFDocument document;
|
||||
if (!readDocument(options, document))
|
||||
if (!readDocument(options, document, nullptr, false))
|
||||
{
|
||||
return ErrorDocumentReading;
|
||||
}
|
||||
|
Reference in New Issue
Block a user