Quote:
Originally Posted by Bryan Higgins
pdfmanipulate split file page-number
seems to result in "page-number" forward, not a single page.
|
I assume you are using something like : pdfmanipulate split test.pdf 8 -o wat.pdf
This will
split page 8 and onwards from the input. You seem to expect this to return a pdf only with page 8? If that is the case, you could try using two steps(i.e split 11-12 -> split 12 -> 12.pdf) - it is labeled
split for a reason.
Quote:
Originally Posted by Bryan Higgins
pdfmanipulate crop
sometimes results in a trashed file that Adobe Reader can't open. Of the hundred or so files I had to process, about 15% had this result.
|
Welcome to using a format which is not intended for manipulation.
You could always give some samples or at least explain a bit more, rather than just aimlessly moaning.