python-poppler icon indicating copy to clipboard operation
python-poppler copied to clipboard

Python binding to Poppler-cpp pdf library

Results 22 python-poppler issues
Sort by recently updated
recently updated
newest added

This segfaults: ``` from poppler import load_from_data, SearchDirection, CaseSensitivity, load_from_file # https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf page = load_from_file("dummy.pdf").create_page(0) page_rect = page.page_rect() dummy_rect = page.search("Dummy", page_rect, SearchDirection.from_top, CaseSensitivity.case_sensitive) ``` while this works ``` from...

While using PyLance for local development, I've encountered an inconsistency in the Python bindings related to the handling of Rectangle objects (`rect` and `rectf`). Specifically, the constructor for a Rectangle...

Hey, I'm struggling with the following problem. I have to build poppler behind a proxy, i.e. I have no direct internet access. Yet the install requires one to download pybind11...

im runing on mac intel the output is : Defaulting to user installation because normal site-packages is not writeable Collecting python-poppler==0.3.0 Using cached python-poppler-0.3.0.tar.gz (823 kB) Installing build dependencies ......

Hello everyone, I'm Arany. I am new to coding. I use Python. I'm here to ask about an issue with python-poppler. Let me explain the situation first. So, I was...

Building the wheel started failing after upgrade to poppler 25.01. ``` ../src/cpp/image.cpp:105:10: note: in instantiation of function template specialization 'pybind11::class_::def' requested here 105 | .def("copy", &image::copy, py::arg("rect") = rect()) |...

Dear python-poppler developers, I found information in this [issue](https://github.com/cbrunet/python-poppler/issues/71) that the installation problems were solved in 0.4.0+ versions. However I can't install lib using **poetry** (`poetry add python-poppler`) or **pip**...

https://gitlab.freedesktop.org/poppler/poppler/-/commit/3ead1238555ce14dd0c619f1097d552307e6e40a#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8

This error is in 0.4.0 and 0.4.1, python3.12 Collecting python-poppler==0.4.0 Downloading python_poppler-0.4.0.tar.gz (138 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ......

macOS 14.7.2 Homebrew 4.4.21 poppler: stable 25.02.0 (bottled), HEAD Python 3.13.2 python-poppler 0.4.1 After upgrading poppler via Homebrew to v. 25 got the following error (reducted for personal data): ```...