Needed to split a PDF into individual pages. Couldn't think of how to do it but Firefox lets you print one page and allows print to PDF. Seems like a hack. What's a more standard way these days? Say on Linux or Mac

@bennuttall have you looked at https://pypi.org/project/pypdfium2/ ?

It's the bindings to Chrome's PDF engine

pypdfium2

Python bindings to PDFium

PyPI
@hynek Cool I'll check it out. I'm sure PDF manipulation in Python has come a long way since I last dabbled.
@bennuttall well, I've got a whole Obsidian page summing up their short commings. The only really goods ones for my uses are that one and pikepdf. I think PyMuPDF is decent too, but AGPL which might be fine for a script.