|
Set Up PDFs for Fast Viewing
Here's a way to make PDFs more usable and seemingly faster: |
With Fast Web View, the Web server sends only the requested page of information to the user, not the entire PDF document. As a reader of the PDF document, you do not have to do anything to make this happen; it is communicated in the background between Acrobat and the Web server. |
To set the entire PDF to continue downloading in the background while the user views the first page of requested information be sure Allow Backgroud Downloading is selected in the Web Browser Options section of the General Preferences>Options dialog box (default). |
Set up the link to the PDF page like this:
a href="pdfdoc.pdf#page=x" >PDF page< /a where "x" is the page number of the PDF file you want to link to.
|