Search found 1 match

by timrprobocom
2018-12-03T17:17:25-07:00
Forum: Bugs
Topic: Convert PDF to PNG fails with page number
Replies: 9
Views: 26280

Convert PDF to PNG fails with page number

ImageMagick 6.8.9-9 with GhostScript 9.26 on Ubuntu 16.04.5 LTS

I have a web page that converts the first page of submitted PDFs to a PNG using
convert -density 300 p241504.pdf[0] -flatten -resize 640x +repage p241504.png
This has worked for years. Starting yesterday, I'm now getting:
convert ...