In rails is there anything available that if a user uploads a document to me through paperclip (like maybe a .doc or .pdf or .odf, etc.) That i can embed there document into my page (Like perhaps is there some sort of gem available to handle that
Share
I found a solution to the pdf part of my problem.
theres a simple html line that solves this
I’ve tried the same with .odt, but this just downloads the file (maybe this was more of an html problem than rails) — note i only tested this in chrome