GitBucket
Pull requests
Issues
Snippets
Sign in
kalle
/
9fb3316696f9ac3de3671da8b7c03cf7
Fork
0
Created at Thu Aug 13 14:58:11 CEST 2020
Download ZIP
HTTP
Embed
Embed this snippet in your website.
HTTP
Clone with Git using the repository's web address.
Code
Revision
Forks
Pascal Gollor
revised this
on 13 Aug 2020
cbb638c
gistfile1.txt
## convert pdf into monocrome pdf ``` convert -density 300 -depth 1 -compress Lossless input.pdf /tmp/t.png; img2pdf -o output.pdf /tmp/t.png; rm /tmp/t.png ```