Load initial few pages first instead of while document?

Hi,

When serving large documents from back-end, it takes a very long time for the document to load through xod stream.
Is it possible to load initial few pages first and then the remaining document? So that the end user doesn’t have to wait for the whole document to load.

Regards,

WebViewer actually supports document streaming. This means that the document can be viewed as it is being converted. For more information on the streaming option, please see this article.

The PDFNet SDK download includes a WebViewer streaming sample that can help you get started with this.