-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Labels
fix developedrelease schedule to be determinedrelease schedule to be determinedupstream bugbug outside this packagebug outside this package
Description
Description of the bug
The Pdf
xx.pdf
when use pymupdf save pdf page to image,the error is
MuPDF error: syntax error: cannot find ExtGState resource 'FXE1'
the result image(missing some background rect)
but use other tool,the result is
How to reproduce the bug
doc=pymupdf.open('xx.pdf')
page=doc[0]
pix= page.get_pixmap()
pix.save('1.png')
PyMuPDF version
1.26.4
Operating system
MacOS
Python version
3.13
Metadata
Metadata
Assignees
Labels
fix developedrelease schedule to be determinedrelease schedule to be determinedupstream bugbug outside this packagebug outside this package