Skip to content

cannot find ExtGState resource #4699

@cole-dda

Description

@cole-dda

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)

Image

but use other tool,the result is

Image

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

No one assigned

    Labels

    fix developedrelease schedule to be determinedupstream bugbug outside this package

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions