Well on ubuntu 18 try to convert some pdf error
convert: not authorized /pdf/original/70/5770.pdf' @ error/constitute.c/ReadImage/412. convert: no images defined
/pdf/processed/70/5770.jpg’ @ error/convert.c/ConvertImageCommand/3258.
The solution is to modify the /etc/ImageMagick-6/policy.xml
At the end this
domain=”coder” rights=”none” pattern=”PDF”
Into this
domain=”coder” rights=”read|write” pattern=”PDF”