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
Description of the bug
The Pdf
xx.pdf
when use pymupdf save pdf page to image,the error is
the result image(missing some background rect)
but use other tool,the result is
How to reproduce the bug
PyMuPDF version
1.26.4
Operating system
MacOS
Python version
3.13