Embedd scrollable document faster than PDF possible?

207 Views Asked by At

I have a page of about 10 embedded PDF docs. My question is there another option that would use smaller file sizes or something so they don't bogg down the page when visited? Even convert PDF to something else if possible. Right now they are all in an accordion jquery and run with Scribd. Maybe something similar to this would work.:

scrolling text box

1

There are 1 best solutions below

0
On

If you want the jqueryui to download different data for each tab you need to put an empty div inside each section and then set an on open (I am not familiar with jqueryui but maybe the activate event?) and create an ajax call to get the relevant pdf and save it to the empty div.

There are lots of questions about ajax in jqui accordion here here and here for example.