Compare commits
No commits in common. "9b6850a16cec8609807827aedf0cee02423f1751" and "05306a7899789202d78e5cb799e346c29cd0370a" have entirely different histories.
9b6850a16c
...
05306a7899
9
pdf.md
9
pdf.md
@ -6,12 +6,3 @@
|
||||
### Remove password
|
||||
```pdftk input.pdf input_pw <password> output output.pdf```
|
||||
|
||||
### Extract PDF from signed P7M
|
||||
```openssl smime -verify -noverify -in input.pdf.p7m -inform DER -out output.pdf```
|
||||
|
||||
### Remove images from PDF
|
||||
```cpdf -draft input.pdf -o out.pdf```
|
||||
|
||||
### Increase contrast, compress and make PDF from JPEGs
|
||||
```convert -quality 30 -brightness-contrast -5x10 -density 150 src/input-*.jpeg -compress jpeg output.pdf```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user