Search found 1 match

by tnaughts
2017-07-07T07:48:29-07:00
Forum: Users
Topic: no images defined @error/convert.c/ConvertImageCommand/3254
Replies: 14
Views: 64153

Re: no images defined @error/convert.c/ConvertImageCommand/3254

I am running into a similar issue in converting a pdf into an image. I am trying to convert a pdf to a jpeg image using Rmagick. I am running into some trouble with the following code:

pdf_link = "https://staging.shurpa.com/deliveries/BtrPsIxl/label.pdf"

file = Tempfile.new(['order', '.jpeg'])
p ...