cbrunet / python-poppler

Python binding to Poppler-cpp pdf library
GNU General Public License v2.0
97 stars 15 forks source link

Fix setter function naming #45

Closed mara004 closed 3 years ago

mara004 commented 3 years ago

PageRenderer set_paper_color and set_renderhints setters missed the `set`

mara004 commented 3 years ago

Renaming didn't fix the problem, but all of these setters, except set_render_hint() are defunct... Accessing them directly with .renderer.set...() works, though