Need help making PDF into*best* format image
Posted: 2018-07-13T17:02:27-07:00
I want to convert PDF to the best image format possible.
I've got ImageMagick + ghostscript.
I run this command: magick convert -verbose -density 150 -trim a.pdf -quality 100 -flatten -sharpen a.jpg
I found this on a google search.
This is 'OK'. Not happy with the print output of the JPG.
Just wondering... maybe I can convert to PNG - would that be any better?
ASIDE: The reason why I want to make PDF into image, is so that I can print the PDF wherever I want.
I get a PDF output. The content takes 1/4 of the page and is on the top left. I want to print this 1/4 page wherever I want - like in the top right or bottom right or left. Has anyone got a better suggestion?
I've been using online PDF converters. These do a better job than the output I get on ImageMagick.
Thanks.
I've got ImageMagick + ghostscript.
I run this command: magick convert -verbose -density 150 -trim a.pdf -quality 100 -flatten -sharpen a.jpg
I found this on a google search.
This is 'OK'. Not happy with the print output of the JPG.
Just wondering... maybe I can convert to PNG - would that be any better?
ASIDE: The reason why I want to make PDF into image, is so that I can print the PDF wherever I want.
I get a PDF output. The content takes 1/4 of the page and is on the top left. I want to print this 1/4 page wherever I want - like in the top right or bottom right or left. Has anyone got a better suggestion?
I've been using online PDF converters. These do a better job than the output I get on ImageMagick.
Thanks.