Make output of qpdf verbose

This commit is contained in:
sharevb 2024-04-28 10:40:17 +02:00 committed by GitHub
parent 0062517fba
commit f07466f814
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ async function onPDFFileUploaded(uploadedFile: File) {
[
'--decrypt',
'--warning-exit-0',
'--verbose',
'in.pdf',
'out.pdf',
],