Nice one liner to split a PDF into individual pages:
```bash
qpdf --split-pages in.pdf out-%d.pdf
```
Finding such a feature in Windows (without paying) is almost impossible these days.
#linux #qpdf
0
0
0
0
Latest posts tagged with #qpdf on Bluesky
Nice one liner to split a PDF into individual pages:
```bash
qpdf --split-pages in.pdf out-%d.pdf
```
Finding such a feature in Windows (without paying) is almost impossible these days.
#linux #qpdf
Got so tired fixing page #s on PDFs from @jstor.bsky.social that I wrote an #AppleScript droplet (do we still call them that?) to fix it.
It needs #qpdf (I use homebrew) & assumes the numbering is sequential & uses Arabic numerals.
For more complex things, try the other script in the same repo.