senny / pdfjs_viewer-rails

PDF.js viewer packaged as a Rails engine.
MIT License
114 stars 174 forks source link

Integrate with iframe #31

Closed topnessman closed 2 years ago

topnessman commented 7 years ago

Can you please give a full example of the syntax to integrate with irame? <%=pdfjs_viewer pdf_url: "/sample.pdf", style: :full %> is too simple for me.

jmarceli commented 7 years ago

Hi, I'm not sure if this is what are you looking for, but you may try to use the following code on your page:

<iframe src="<%= pdfjs.full_path(file: "/here/is/you/pdf/url.pdf") %>" style="width: 100%; height: 100%">
</iframe>
evolve2k commented 2 years ago

I reckon that resolved it.

Recommend Close.