Another "convert: no images defined" error
Posted: 2019-01-08T13:31:16-07:00
Hi,
This is Xubuntu 16.04.
https://www.imagemagick.org/discourse-s ... hp?t=32267 seems to be a similar problem, and a respondent asks if ghostscript is installed. I do have gs installed.
Is there some other library that I'm missing?
Thanks.
Code: Select all
$ convert output.pdf foo.jpg
convert: not authorized `output.pdf' @ error/constitute.c/ReadImage/412.
convert: no images defined `foo.jpg' @ error/convert.c/ConvertImageCommand/3210.
Code: Select all
$ convert -version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2018-09-28 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png rsvg tiff wmf x xml zlib
Code: Select all
$ gs --version
9.26
https://www.imagemagick.org/discourse-s ... hp?t=32267 seems to be a similar problem, and a respondent asks if ghostscript is installed. I do have gs installed.
Is there some other library that I'm missing?
Thanks.