How can I render 5 pages instead of 1 with each scroll ? #18530
Unanswered
iam-alpesh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am currently working with PDF.js using Node.js. My requirement is to render 5 pages with each scroll, as PDF.js is set to render only 1 page at a time by default. Since I need to process some operations on each page, this takes time, so I would like to change the setting to render 5 pages instead of 1. How can I achieve this ?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions