pdf to png/jpg/etc
Not often I learn something at work that I need to put on here.
Anyway, imagemagick:
convert -density 600 input_file.pdf output_file.png
Gives me a lovely hi-def version of the image. Too hi, probs, but at least it's relatively easy to resize (down) once it's in the appropriate image format.
Anyway, imagemagick:
convert -density 600 input_file.pdf output_file.png
Gives me a lovely hi-def version of the image. Too hi, probs, but at least it's relatively easy to resize (down) once it's in the appropriate image format.
Comments
Post a Comment