Skip to content

Asynchronous PDF Loading ​

Asynchronous PDF loading is a technique that lets you access PDF pages without loading the entire document when loading would take a long time. It is designed for accessing PDF files on the internet. With asynchronous PDF loading, applications can access a PDF without waiting for the full file to download—they can open any page that has already been downloaded. This provides a convenient and efficient approach for web-based PDF reader applications.

For how to open and parse PDF pages in asynchronous mode, refer to the async_load example in the \examples\simple_demo folder of the SDK package.