Link to home
Start Free TrialLog in
Avatar of mlemsing
mlemsing

asked on

How do I make PDF viewable online?

I have 3 x 10 page brochures that i want to put online as part of a website. I need these to be readable in their native layout and viewable as part of my html - is there a way of incorporating PDF documents into html, and how?
Ideally i would make a html page for each brochure page.
If you can help with this or can suggest a better way of doing it, i would appreciate any help i can get.

thanks.
Avatar of yyyannag
yyyannag

The only thing I can think of, is link the pdf files in your web site ("a href="1.pdf").
However, not all the people have the "Adobe Acrobat Reader" plugin. In that case a "save as..." window will pop up.
yyyannag is correct.  PDF viewing is NOT a builtin format for any current web browser.  Adobe, however, offers plugins for both IE and Navigator to allow them to display PDF files as an object inside the browser.  The user, however, MUST HAVE INSTALLED the PDF plug-in for this to work.  If not, then you will get the "Save as" dialog as yyyannag has stated above.

If you've got some other knowledge about this, why are you asking the question here?
ASKER CERTIFIED SOLUTION
Avatar of jhance
jhance

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You could check to see if the plug-in is installed.  If it isn't you could pop-up a download box for Adobe.

Remember that with just HTML, everyone may see the page different, depending on their browser configuration.