Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Split Pdfs by Page or File Size (ifelse.io)
1 point by markthethomas 4 months ago | hide | past | favorite | 1 comment
Just a little utility project I put together; using Go, JS



I use qpdf for this:

to keep only pages 1-9 and pages 26 to the last page of input.pdf and save them to output.pdf.

qpdf input.pdf --pages . 1-9,26-z -- output.pdf

keep the first page and pages 100-292

qpdf input.pdf --pages . 1-1,100-292 -- output.pdf

The page range is a set of numbers separated by commas, ranges of numbers separated dashes, or combinations of those.

The character "z" represents the last page.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: