Page 1 of 1

Convert loses orientation

Posted: 2011-10-19T13:15:58-07:00
by timmay
Hey All,

I have a PDF with one page, with landscape page orientation.
When I convert it to jpg, the resulting image is suddenly rotated to portrait orientation.
But the content of the image itself isn't rotated, and does no longer fit in the canvas (part of it disappears now).
So it looks like only the canvas is rotated, but the image itself not.

The command i'm using:

Code: Select all

convert -density 300 1.pdf[0] -density 72 -scale 50% -quality 90 1.jpg 
I'm using ImageMagick 6.6.2-6 and Ghostscript 8.70.

Does anyone has any idea how I can keep the original page orientation?

Re: Convert loses orientation

Posted: 2011-10-20T00:45:03-07:00
by anthony
Is the page 'clipped'?

You could try to do a -rotate 90 or set a landscape -page size.

I fthis is not right, then please give us an example.