Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding PDF to page 1

Status
Not open for further replies.

yandso

Programmer
Jul 20, 2001
278
0
0
US
Hi,
I am trying to basically embed a pdf to a page. I need to have a small form on the top and then the pdf take up the rest of the page. Any help would be greatly appreciated.

Roj
 
The pdf won't open up embedded in the page. What happens when a pdf is linked to depends on the client-side settings of the Acrobat reader. If it is set up properly it will open up the Acrobat reader embedded in the entire view area of the browser - otherwise it will launch the reader seperately or prompt to download the pdf file.
 
I seem to be able to embed a PDF into a web page using:

<EMBED height=&quot;100%&quot; src= Type=application/pdf width=&quot;100%&quot; fullScreen=&quot;yes&quot;>

The width and height can be changed accordingly.

Hope this helps,

Chris Dukes
 
That is strange, I tried that and it did not work. However I did get it to work using <iframe> but thanks.

Roj
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top