Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
PDF Viewer in a web page ???
Old 03-02-2007, 01:07 PM PDF Viewer in a web page ???
Novice Talker

Posts: 14
Name: rakesh
Trades: 0
Is there any embed code that i can use in HTML or tutorial that i can refer so i can embed a player in order to view PDFfiles within my page.....i dont know which website it was but i saw some one have a PDF file opening in a totally seprate manner it was not like the usual way you know like using internet explorer....
rash219 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-05-2007, 01:11 PM Re: PDF Viewer in a web page ???
RickPlmr's Avatar
Super Talker

Posts: 107
Name: Rick Palmer
Trades: 0
I just use a regular anchor tag that points directly to the pdf file, and opens in a separate window. The Adobe Reader automatically provides a pdf viewer for the window that opens up.

<a href="http://www.yourserver.com/yourfile.pdf" target="_blank">View the pdf file</a>

Are you looking for something other than this?
__________________

Please login or register to view this content. Registration is FREE
- free online training in Java, J2EE, and MySQL.


Please login or register to view this content. Registration is FREE
- answers and advice from a geek who knows stuff.
RickPlmr is offline
Reply With Quote
View Public Profile
 
Old 03-05-2007, 01:16 PM Re: PDF Viewer in a web page ???
pitbull82's Avatar
Super Talker

Posts: 147
Name: Marcin Nabiałek
Location: Poland, Częstochowa
Trades: 0
I suppose you want something like Macromedia FlashPaper
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
pitbull82 is offline
Reply With Quote
View Public Profile Visit pitbull82's homepage!
 
Old 03-05-2007, 01:20 PM Re: PDF Viewer in a web page ???
Tom_M's Avatar
Ultra Talker

Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
Trades: 0
Not sure what you want to do. Are you saying you want to embed a pdf on an html page to display its contents with the html?
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 03-05-2007, 11:33 PM Re: PDF Viewer in a web page ???
jyoz22's Avatar
Ultra Talker

Posts: 278
Location: Orlando, FL
Trades: 0
i don't know if this would work but if you want the PDF file to be in your page maybe if u use an <iframe> that might work... (don't know haven't tried it - just a suggestion)

EDIT: yep it works! (i found an example here: http://www.cs.tut.fi/~jkorpela/html/iframe-pdf.html)

Hope this helps!
__________________
Jyoz

Last edited by jyoz22; 03-05-2007 at 11:51 PM..
jyoz22 is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 03:47 PM Re: PDF Viewer in a web page ???
Novice Talker

Posts: 14
Name: rakesh
Trades: 0
well not exactly have u herd of "Adobe Digital Editions" i want some thing like tat embedded in my HTML web page if you haven't herd of A.D.E. u can check it here. Is this possible?..i know it is but i don't know how...Please Help

Although the Flash Paper idea is not bad but i would still prefer the Adobe Digital Editions style
rash219 is offline
Reply With Quote
View Public Profile
 
Old 03-19-2007, 06:56 PM Re: PDF Viewer in a web page ???
RickPlmr's Avatar
Super Talker

Posts: 107
Name: Rick Palmer
Trades: 0
The iframe approach is really easy, and I ended up having to do this just last week for a client of mine. Here's the html I used, which displays a pdf file inside a web page (assuming the user has Adobe Acrobat installed, which most people do):

<div>
<iframe id="pdf_container"name="pdf_container"src="fw9.pdf"
width="800"height="600"/>
</div>
__________________

Please login or register to view this content. Registration is FREE
- free online training in Java, J2EE, and MySQL.


Please login or register to view this content. Registration is FREE
- answers and advice from a geek who knows stuff.
RickPlmr is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to PDF Viewer in a web page ???
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.25064 seconds with 12 queries