GeistHaus
log in · sign up

Welcome to pypdf

pypdf.readthedocs.io
4 pages link to this URL
Manipulating PDF files in Python, and fun with itertools

I have access to a scanner that can scan multiple pages, but does not have a duplexer. So to scan double-sided, I need to feed in the pages face up, scan them, then turn the pages face-down and scan again. Thus I need to interleave the pages from the two …

0 inbound links article en Software software-engineeringpython
Spotlight on pdfly, the Swiss Army knife for PDF files

Project documentation: pdfly.readthedocs.io pdfly is the youngest project of the py-pdf organization. It has been created by Martin Thoma in 2022. It's simply a CLI tool to manipulate PDF files, written in Python and based on the fpdf2 & pypdf libraries. I'm a maintainer of the project 🙂 What can …

0 inbound links article en prog