Trending

#qpdf

Latest posts tagged with #qpdf on Bluesky

Latest Top
Trending

Posts tagged #qpdf

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
AppleScripts/PDF/PDF JSTOR page numbers.applescript at master · Jmuccigr/AppleScripts Handy AppleScripts I use. Contribute to Jmuccigr/AppleScripts development by creating an account on GitHub.

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.

0 0 0 0