How do I open PDF document in new browser window?
The window should be full and withouth menu.
Just a PDF document in a clean full window with native Javascript or jQuery.
<a href="#" onclick="window.open('MyPDF.pdf', '_blank', 'fullscreen=yes'); return false;">MyPDF</a>
The above link will open the PDF in full screen mode, that's the best you can achieve.
1.4m articles
1.4m replys
5 comments
57.0k users