Rails 2, PDFkit 0.5.0
Im creating a PDF file from a view in Rails 2 using PDFkit and everything works fine. The only thing that does not work is the display of pdf images.
When I look at the view in the browser, the image is there, but it is not in the PDF file. In PDF, there is only a placeholder.
image_tag looks like this:
<%= image_tag('plus.gif') %>
I also tried to implement it using a css file, but it does not work either.
Any ideas?
Markohiel
source share