Images not displaying in pdf when using Grover gem in Rails

195 Views Asked by At

I'm trying to generate a pdf that includes an image using the Grover gem in Ruby on Rails. The image displays properly in html but when I convert the page to pdf the image does not display.

My images are stored in S3 and are displayed in the pdf with the following code:

<%= image_tag b.main_image, class: "cover-image" %>

Everything else works just fine.

Has anyone else run into issues displaying images with Grover.

0

There are 0 best solutions below