Den 2019-02-11 kl. 13:22, skrev Adam Conrad:
After last week's false start, we got a new kernel in and I spun fresh
RCs over the weekend, with proper ISO labels and base-files, and we're
ready for proper testing.  Every flavour except Subiquity[1] is now in
good shape to test (and hopefully release), so please go hammer on the
flavour of your choice and give us a seal of approval.

... Adam

[1] Subiquity still needs a bit of fiddling for the HWE stack, which I
     will get to later today/tomorrow and respin that image for testing
     on Tuesday.


Is this a bug in ImageMagick convert, specifically for Ubuntu 18.04 LTS, or is converting to pdf turned off by intention?

If you think it is a bug, I can write a bug report.

---
https://unix.stackexchange.com/questions/372578/sort-jpg-according-to-creation-date-and-convert-to-single-pdf/499927#499927
---
A simple command line with ImageMagick convert works for me.

I tested with the following command line (in a directory with 14 png files), and there will be one picture per page in the pdf file.

convert  *.png out-parrot.pdf

But there can be problems with some versions of convert

It works as intended with the version of convert in Parrot 4.4

$convert --version
Version: ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org

but it does not work with the version of convert in Ubuntu 18.04.1 LTS (up to date in February 2019)

$ convert --version
Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org

This version is 'not authorized' to write pdf files

$ convert  *.png out-ubuntu.pdf
convert-im6.q16: not authorized `out-ubuntu.pdf' @ error/constitute.c/WriteImage/1037.

$ apt-cache policy imagemagick
imagemagick:
  Installed: 8:6.9.7.4+dfsg-16ubuntu6.4
  Candidate: 8:6.9.7.4+dfsg-16ubuntu6.4
  Version table:
 *** 8:6.9.7.4+dfsg-16ubuntu6.4 500
500 http://se.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
        100 /var/lib/dpkg/status
     8:6.9.7.4+dfsg-16ubuntu6 500
        500 http://se.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

---
Best regards
Nio alias sudodus

--
Ubuntu-release mailing list
Ubuntu-release@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-release

Reply via email to