views:

127

answers:

4

I need to embed some PDF documents into a website. The last time I did this, I used a jQuery lightbox to popup an iFrame with the PDF document as the URL. The client's PDF viewer would then take care of the rest.

Apparently though, that was a bit buggy on some other peoples browsers. I guess it was due to the large PDF file sizes and the effort it took for their computers to fire up Adobe.

So I'm after ideas on how to go about this. How do you guys embed your PDF's into websites? Or do you just stick to adding a download link?

+1  A: 

I often use scribd to solve this issue.

You have to upload your document (can be PDF, DOC or something else) to your scribd account and the service makes it possible to view this (pdf) document in a flash environment (perfectly embedabble with lightbox).

For this solution, a third party service (scribd) is required for your documents, but with their API it's possible to include all scribd functionality in your own website.

Esk
A: 

We have used Docuter They let you embed and track

jk
A: 

For short you can use one of this hosted document sharing

  • www.scribd.com
  • www.docstoc.com
  • www.poposhare.com

If you want in premise solution, you can try AccelSee

james
A: 

I've used Google Docs in Flash: http://trajctrl.tyblu.ca/?page_id=2 It's a bit buggy, but I find it works if you wiggle the image a bit - ie: zoom, click, etc. Download link is nearby just in case, too. Not exactly sure how it was done, as its a Wordpress plugin (Google Doc Embedder), but I imagine Google has an API somewhere.

tyblu