Skip to content

Instantly share code, notes, and snippets.

@jaehwang
Last active February 28, 2017 14:02
Show Gist options
  • Save jaehwang/db54d7065069b6ae5a6897b03e6e946c to your computer and use it in GitHub Desktop.
Save jaehwang/db54d7065069b6ae5a6897b03e6e946c to your computer and use it in GitHub Desktop.
pdftk book.pdf dump_data output report.txt
gs -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dSAFER -dFirstPage=10 -dLastPage=10 -sOutputFile=10.pdf book.pdf
gs -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dSAFER -dFirstPage=10 -dLastPage=10 -o 10.pdf -c "[/CropBox [50 250 350 400] /PAGES pdfmark" -f book.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment