You don’t need Acrobat for this. GhostScript does an excellent job. I’ve used this under Cygwin as well as my gentoo, but should work on any platform gs runs on. Here is a stab at a simple bash script: #!/bin/bash usage() { echo “$0 {first page} {last page} {input pdf file} {output pdf file}” } […]