CropBox
-
Crop a pdf file to reduce a page margin in LinuxComputer/linux 2011. 6. 23. 15:48
If a pdf file is very old, using acroread, convert(print) it to a ps file that can be opened with the emacs. For example, it is called "output.ps" gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite --dCompatibilityLevel=1.3 sOutputFile=out.pdf -c "[/CropBox [60 70 550 738] /PAGES pdfmark " -f output.ps The letter size is Pts (H 792 W 612) and I want to crop left 60, right 62, top 54, bottom 70 pt..