Compare commits

..

No commits in common. "9b6850a16cec8609807827aedf0cee02423f1751" and "05306a7899789202d78e5cb799e346c29cd0370a" have entirely different histories.

2 changed files with 0 additions and 19 deletions

9
pdf.md
View File

@ -6,12 +6,3 @@
### Remove password ### Remove password
```pdftk input.pdf input_pw <password> output output.pdf``` ```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```

10
web.md
View File

@ -1,10 +0,0 @@
# Web
### HTML2TEXT
```html2text -nobs -style pretty <INPUT URI>```
If no input URI is provided, then reads from stdin.
### Mirror Website
```wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org```