[Bug 1588768] [NEW] only first page is converted when converting a multipage postscript file to jpg and then to pdf when using standard input and output instead filenames
J-K
1588768 at bugs.launchpad.net
Fri Jun 3 10:59:06 UTC 2016
Public bug reported:
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Version: 8:6.7.7.10-6ubuntu3.1
I tried to convert a multipage postscript file generated by LibreOffice
writer to JPG and then to PDF using following command line:
convert -density 150 /tmp/file.ps jpg:- | convert - pdf:/tmp/file.pdf
The resulting PDF has only the first page, all other pages are lost.
When using explicit file names instead of the standard input and output,
the resulting PDF has all pages from the original postscript file:
convert -density 150 /tmp/file.ps jpg:/tmp/file.jpg && convert
/tmp/file-*.jpg pdf:/tmp/file.pdf
** Affects: imagemagick (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to imagemagick in Ubuntu.
https://bugs.launchpad.net/bugs/1588768
Title:
only first page is converted when converting a multipage postscript
file to jpg and then to pdf when using standard input and output
instead filenames
Status in imagemagick package in Ubuntu:
New
Bug description:
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Version: 8:6.7.7.10-6ubuntu3.1
I tried to convert a multipage postscript file generated by
LibreOffice writer to JPG and then to PDF using following command
line:
convert -density 150 /tmp/file.ps jpg:- | convert - pdf:/tmp/file.pdf
The resulting PDF has only the first page, all other pages are lost.
When using explicit file names instead of the standard input and
output, the resulting PDF has all pages from the original postscript
file:
convert -density 150 /tmp/file.ps jpg:/tmp/file.jpg && convert
/tmp/file-*.jpg pdf:/tmp/file.pdf
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1588768/+subscriptions
More information about the foundations-bugs
mailing list