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.
To view a document in full screen view. Click Full Screen View on the View menu. Alternatively, press CTRL + L. Acrobat displays the document in full screen view.
Launch a PDF>Navigate to Edit>Preferences>General>Uncheck the option "Open documents as new tabs in same windows" and then relaunch Acrobat. You would now see PDF' opening in new Windows and not in a tabbed format in the same window.
Step 1: Open the Internet Explorer. Step 2: Click on Tools and then select "Manage Add-ons". Step 3: When a window on add-on types appears choose toolbars and extensions. Choose the option of all add-ons and then select "Adobe PDF Reader" from the list of add-ons.
<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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With