Skip to content

Commit f07466f

Browse files
authored
Make output of qpdf verbose
1 parent 0062517 commit f07466f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/pdf-unlock/pdf-unlock.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ async function onPDFFileUploaded(uploadedFile: File) {
2828
[
2929
'--decrypt',
3030
'--warning-exit-0',
31+
'--verbose',
3132
'in.pdf',
3233
'out.pdf',
3334
],

0 commit comments

Comments
 (0)