Hi,
On 2014-03-04 19:24, Josh Triplett wrote:
Package: poppler-utils
Version: 0.22.5-4
Severity: normal
$ pdftoppm -png -f 1 -l 1 -scale-to-x 800 -scale-to-y 600 test.pdf |
file -
/dev/stdin: PNG image data, 600 x 800, 8-bit/color RGB,
non-interlaced
$ pdftoppm -png -f 1 -l 1 -scale-to-x 600 -scale-to-y 800 test.pdf |
file -
/dev/stdin: PNG image data, 800 x 600, 8-bit/color RGB,
non-interlaced
$ pdfinfo test.pdf | grep '^Page '
Page size: 612 x 792 pts (letter)
Page rot: 90
This breaks the ability for a script to use
-scale-to-x $width -scale-to-y $height to generage a
${width}x${height}
image. A script should not need to check the PDF's rotation first
and
swap the dimensions.
Please provide a sample document showing the issue.
Also, could you please test with poppler-utils in experimental
(i.e. 0.24.x)?
Thanks,
--
Pino Toscano
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]