Simplify pdf.js logic
Instead of complicated splicing, we can simply return all pages. Promise.all will take care of the correct ordering for us.
Showing
Please register or sign in to comment
Instead of complicated splicing, we can simply return all pages. Promise.all will take care of the correct ordering for us.