We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9164908 commit db2c277Copy full SHA for db2c277
docs/cookbook/index.md
@@ -15,7 +15,9 @@ head:
15
16
You can set [`textLayerMode`](/learned-knowledge/#textlayermode) option to 0 to disable text layer totally.
17
18
-## How to setup `Range Request` only download necessary data?
+## How to Lazy Load PDF File?
19
+
20
+You can use the technique `Range Request` to lazy load the PDF and only download necessary data.
21
22
The `Range Request` only works if you use the default pdf.js viewer. if not, you have to implement all by yourself to
23
support `Range Request`. Even if you use the default viewer, the server must also be configured to
0 commit comments