Failure on declared page when converting pdf
Posted: 2019-01-08T03:28:02-07:00
Hi,
I'm trying to get ImageMagick and ghostscript working on a windows 10 pc.
I've run in to an issue when trying to convert a pdf page where the page has a transparent object set on it. This can be an embedded image or a shape with opacity set to less than 100%.
This only occurs when you declare a page number
This works fine on a single page pdf - the pdf has a transparent image embedded
If if run this code ImageMagick crashes:
Is there anything I can do to remedy the issue.
I'm running
ImageMagick-7.0.8-Q16
GhostScript 9.26
Thanks
I'm trying to get ImageMagick and ghostscript working on a windows 10 pc.
I've run in to an issue when trying to convert a pdf page where the page has a transparent object set on it. This can be an embedded image or a shape with opacity set to less than 100%.
This only occurs when you declare a page number
This works fine on a single page pdf - the pdf has a transparent image embedded
Code: Select all
convert pdf5.pdf pdf5.jpg
Code: Select all
convert pdf5.pdf[0] pdf5.jpg
I'm running
ImageMagick-7.0.8-Q16
GhostScript 9.26
Thanks