You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question I have: Is it possible to use a remote url instead of local path?
images = PDFToImage.open("https://www.orimi.com/pdf-test.pdf")
# currently the above line is throwing an error. Is it possible to somehow pass this url as variable?
images.each do |img|
img.save("page-#{img.page}.jpg")
end
The text was updated successfully, but these errors were encountered:
gdotdesign
pushed a commit
to realmailers/pdftoimage
that referenced
this issue
Nov 14, 2022
Hi,
Thanks for creating this gem!
Question I have: Is it possible to use a remote url instead of local path?
The text was updated successfully, but these errors were encountered: