From 2d165af06009f843a3c05a7b5b991287230fb919 Mon Sep 17 00:00:00 2001 From: geisserml Date: Fri, 9 Feb 2024 00:21:35 +0100 Subject: [PATCH] readme: remove outdated helper Peter's hint to use functools.partial() for the render params does not apply anymore - we actually need to use a global variable to transfer things only once. For reference, the old (and embarrassing) python discuss thread was 15113. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8c2bc3c86..c4c922c5e 100644 --- a/README.md +++ b/README.md @@ -843,7 +843,6 @@ This results in pypdfium2 being part of a large dependency tree. * [Adam Huganir](https://github.com/adam-huganir): Help with maintenance and development decisions since the beginning of the project. * [kobaltcore](https://github.com/kobaltcore): Bug fix for `PdfDocument.save()`. * [Mike Kroutikov](https://github.com/mkroutikov): Examples on how to use PDFium with ctypes in `redstork` and `pdfbrain`. -* [Peter Saalbrink](https://github.com/petersaalbrink): Code style improvements to the multipage renderer. ... and further [code contributors](https://github.com/pypdfium2-team/pypdfium2/graphs/contributors) (GitHub stats).