I try to convert single pdf file with several traditional chinese fonts to image (png,jpg) with convert command.
Sample file: test.pdf
Code: Select all
convert -density 300 test.pdf test.png
Density 100
Density 300
Density 500
Density 700
I try to increase the density parameter and the characters grow larger. They grow to normal size when density reach 700.
However, as density increases, the conversion time becomes lengthy (> 3 sec per page).
I am using ImageMagick 6.6.5 Q 16 on windows 7 (and windows XP), using convert command on command prompt.
Anyone has idea to convert correctly, or shorten the conversion time? Thanks!
Dennis