Had to split a pdf with festival tickets (HF)... Had to split the pdf file into one pdf per ticket.
Took some time to read documentations and ended up with a cool cli command to do just what i wanted:
pdftk source_with_everything.pdf cat 2 output page2.pdf
worked flawlessly !
4 months ago