Urgh. I really need to figure out a way that lets me build both a HTML and a single-page PDF variant of my CV.
My current method is mostly markdown that gets converted to PDF, and then I spin up a QT6 thing with an offscreen webview that loads the HTML, and "prints" it to PDF, and tries page heights until it fits onto one page.
It's all kinds of horrible.