CMD: uncompress a PDF

This commit is contained in:
2026-05-06 13:43:48 +02:00
parent c551e7220a
commit d2b2bdf2b3
+7
View File
@@ -4,6 +4,13 @@
%allowed: aim cmd bin tag note shell
%unique: shell
aim: Uncompress a PDF
cmd: pdftk ${input}.pdf output ${output}.pdf uncompress
shell: sh
bin: pdftk
tag: pdf
tag: compression
aim: Put output into columns
cmd: ip a | grep inet | column -ts' '
shell: sh