Navigation link to PDF

is there a way a PDF can be displayed directly form a link in my navigation?

link to PDF, no other steps

thanks!

You can link to a PDF in a menu, but it’s not a good UX IMHO.

You can link to a PDF as you would any web page.

<a href="path/myfile.pdf" title="View PDF">This is a PDF</a>
1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.