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
Bugs, which is subscribed to 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1588768/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to