View previous topic :: View next topic |
Author |
Message |
gsownsby -
Joined: 03 Jun 2003 Posts: 71 Location: Chattanooga, TN USA
|
Posted: Wed Jun 04, 2003 6:46 pm Post subject: Byte-Serving of Adobe Acrobat PDF Files |
|
|
Does Abyss support byte-serving of PDF files? Byte-serving permits large, multi-page PDF documents to download very quickly by enabling each page to come down, in sequence, as fast as it can and display to the user. In other words, the user doesn't have to wait on the whole document to download before it is available for on-line viewing.
IE and other browsers have plug-ins that permit them to display a PDF file within the browser window. We use PDF documents extensively for security reasons and many may be printed in hard copy for field use (one-time use). PDF formats make the printing format nearly perfect compared to HTML or text.
Byte serving is technically defined as "linearization", i.e., the process of preparing a document for "byte-serving". Byte-serving permits individual pages to be downloaded by performing byte range requests to the web server. The benefit is best illustrated when an extremely large PDF document is downloaded. Instead of waiting for the entire document to stream down to the browser, byte-serving allows for the first page (or any desired page) to load almost instantaneously. For byte-serving to work, both the web browser and the web server must support HTTP 1.1 Byte Range requests. Most modern browsers (e.g. IE 4.x and higher and Netscape 4.x and higher) and servers (e.g. IIS 4.x and higher) support this functionality. There are PERL scripts available on the Internet for those web servers that do not support byte range requests.
If the answer is no, it would be a great future enhancement.
Gary |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jun 05, 2003 2:58 am Post subject: Re: Byte-Serving of Adobe Acrobat PDF Files |
|
|
Yes, Abyss supports the Range requests. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
CapFusion -
Joined: 18 May 2003 Posts: 617 Location: Lost in Abyss' Dungeon
|
Posted: Thu Jun 05, 2003 6:01 pm Post subject: Re: Byte-Serving of Adobe Acrobat PDF Files |
|
|
aprelium wrote: | Yes, Abyss supports the Range requests. |
Cool, I did not know this. Was this documented somewhere that I miss? _________________ CapFusion,... |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jun 05, 2003 10:42 pm Post subject: Re: Byte-Serving of Adobe Acrobat PDF Files |
|
|
CapFusion wrote: | aprelium wrote: | Yes, Abyss supports the Range requests. |
Cool, I did not know this. Was this documented somewhere that I miss? |
It is called "Partial downloads support" in http://www.aprelium.com/abyssws/. You have nothing to configure to make it run, the server is smart enough to use it with clients (browsers, download managers, acrobat reader) that claim they support range requests. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
CapFusion -
Joined: 18 May 2003 Posts: 617 Location: Lost in Abyss' Dungeon
|
Posted: Thu Jun 05, 2003 11:19 pm Post subject: |
|
|
Quote: | It is called "Partial downloads support" in http://www.aprelium.com/abyssws/. You have nothing to configure to make it run, the server is smart enough to use it with clients (browsers, download managers, acrobat reader) that claim they support range requests. |
Hooho, I KNEW I did not really know what that really meant when I first saw that description. I assumed was download mean just plainly that. Humm.... I guess all web server does this... atleast the one I went to show this type of behavior. I always thought it was the setting in the browser or somewhere of Windows. _________________ CapFusion,... |
|
Back to top |
|
 |
|