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.

- Josh Triplett

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages poppler-utils depends on:
ii  libc6         2.18-4
ii  libcairo2     1.12.16-2
ii  libfreetype6  2.4.9-1.1
ii  liblcms2-2    2.5-1
ii  libpoppler37  0.22.5-4
ii  libstdc++6    4.8.2-16
ii  zlib1g        1:1.2.8.dfsg-1

poppler-utils recommends no packages.

poppler-utils suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to