Using load_page() to load multiple pages #3565
Replies: 1 comment 3 replies
-
What do you want to achieve with that?
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Are there any methods to load multiple pages concurrently? Or at minimum create a Page object with multiple pages?
For example, if ex.pdf contains 5 pages, and I want to create a Page object with pages 2 and 4, I could call some method:
doc = fitz.open('path.pdf')
two_pages = doc.method(start page, end page)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions