You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pages are 1-based and ranges are inclusive. Requesting a page past the end of the document is an error.
109
+
Pages are 1-based, capped at 100000, and ranges are inclusive. Requesting a page past the end of
110
+
the document is an error.
108
111
109
112
`--pages` filters at download time — **the backend still renders every page**, so this saves bandwidth and disk, not compute or cost. It does not apply to single-file output (pdf, video) or to HTML and Markdown, which produce one image.
0 commit comments