-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: not enough values to unpack (expected 3, got 2) is thrown when call insert_pdf #3789
Comments
This error does not happen in method |
Will excluding links affect the result PDF's content? |
No, pages will look the same, but any hyperlinks will no longer respond when clicking on the respective area. |
Fixed in 1.24.10. |
Description of the bug
Want to split a pdf file into multiple pdf by 5 pages per file. When insert_pdf is called, a ValueError is thrown.
example.pdf
How to reproduce the bug
PyMuPDF version
1.24.9
Operating system
Linux
Python version
3.8
The text was updated successfully, but these errors were encountered: