Click to See Complete Forum and Search --> : pdf full screen from html page


cnh
12-27-2006, 11:27 AM
I would be grateful if someone could tell me if it possible to open a pdf file in a separate browser, full screen, directly from a 'a href' tag.

Thank you

CNH

KDLA
12-27-2006, 12:58 PM
<a href="file.pdf" target="_blank">Link</a>


KDLA

cnh
12-27-2006, 02:12 PM
Ah, stupidly, I don't think I made myself clear enough. By 'full screen', I meant not only maximised, but without menus etc. I think the command in the Adobe Reader is Ctrl L.

CNH

KDLA
12-27-2006, 02:21 PM
I believe that is dependent upon the user's settings, rather than something you control. It's similar to linking to an MS Word document: whatever toolbars the user has set to appear, they're going to appear as the document is opened, because that is a program setting, not something designated by the webpage referencing the file.