convert pdf to monochrome png results in mostly black document
Posted: 2017-09-18T05:34:35-07:00
Hi all,
trying to convert a pdlatex generated two-pages pdf form (white background, black text, headers with grey background) into a monochrome png always results in the first png (i.e. corresponding to the first page of the pdf) being almost completely black. This happens regardless of what threshold value I set, e.g.:
Thanks for any help
trying to convert a pdlatex generated two-pages pdf form (white background, black text, headers with grey background) into a monochrome png always results in the first png (i.e. corresponding to the first page of the pdf) being almost completely black. This happens regardless of what threshold value I set, e.g.:
Code: Select all
convert test.pdf -monochrome -threshold 50% test.png