Last active
February 28, 2017 14:02
-
-
Save jaehwang/db54d7065069b6ae5a6897b03e6e946c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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