A customer recently asked how to do this. The Coherent PDF Tools page specification doesn’t directly allow it, but we can do it indirectly:
- Reverse the document’s pages using the ‘reverse’ page specification
- Use the page specification ‘2-end’ to remove the first page
- Reverse the document again
cpdf in.pdf reverse AND -range 2-end AND -range reverse -o out.pdf


