Skip to content

Segmentation fault with EmbeddedFile class #33

Open
@ikreb7

Description

@ikreb7

I want to use the EmbeddedFile class. However, I get a segmentation fault.

from poppler import load_from_file

pdf_document = load_from_file("Portfolio.pdf")

for file in pdf_document.embedded_files():
     print(file.name)

What kind of information could you help further? I saw at the TODO file, that EmbeddedFile is not still testet. Does it work yet?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions