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', '--decrypt',
'--warning-exit-0', '--warning-exit-0',
'--verbose',
'in.pdf', 'in.pdf',
'out.pdf', 'out.pdf',
], ],