(no title)
kwstas | 2 years ago
` pdftk {{input.pdf}} cat {{1-10}} output {{output.pdf}} `
If you want to do multiple files you may want to burst them and recombine. If you are doing it for file size purposes there may be better options though, as I dont think there is any way to split in 500kB chunks for example.
There supposedely is a windows version [here](https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/). I haven't used it though.
No comments yet.