pdf2jpg with fancy black squares
Posted: 2009-01-28T10:51:58-07:00
I'm trying to convert a PDF to JPG with convert.exe.
The PDF-File contains tables and lists with text.
I'm trying to get a very sharp and readable result.
Unfortunately, the list-icons in the result are big black squares in the JPG-file instead of the original tiny round dots...
my call:
convert -trim -posterize 9 +matte -geometry 650 -linewidth 1 -identify -enhance +dither -colors 16 +contrast +contrast -density 88 -black-point-compensation -quality 100 -unsharp 0.7x1.1+2.0+0 2.pdf 2.jpg
Is there a possibility to get a small and beauty icon at converting lists in PDF?
Example: http://www.nabble.com/file/p21711416/pdf2pic_list.jpg
input-PDF: http://www.nabble.com/file/p21711416/_table_0.pdf
The PDF-File contains tables and lists with text.
I'm trying to get a very sharp and readable result.
Unfortunately, the list-icons in the result are big black squares in the JPG-file instead of the original tiny round dots...
my call:
convert -trim -posterize 9 +matte -geometry 650 -linewidth 1 -identify -enhance +dither -colors 16 +contrast +contrast -density 88 -black-point-compensation -quality 100 -unsharp 0.7x1.1+2.0+0 2.pdf 2.jpg
Is there a possibility to get a small and beauty icon at converting lists in PDF?
Example: http://www.nabble.com/file/p21711416/pdf2pic_list.jpg
input-PDF: http://www.nabble.com/file/p21711416/_table_0.pdf