mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
Make output of qpdf verbose
This commit is contained in:
parent
0062517fba
commit
f07466f814
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue