Linking to a pdf

Hi! Does anyone have tips for how to link to a pdf most smoothly? I am making some buttons that link to things like an annual report etc, and it could off course be put on some drive somewhere and link to that, but is there a better option that would keep it within ReadyMag?

Thank you!

Hi @Formal.Settings there isn’t any method at the moment to directly host files using Readymag. However, you could host using something like Dropbox and make it an external link. Alternatively you could display your PDF on Readymag using code embed using the following HTML.

<iframe src="YOUR_PDF_LINK_HERE" width="100%" height="100%"></iframe>
2 Likes