Quote:
Originally Posted by dhdurgee
I just took a look at the full command line documentation and I now am wondering if using your tool it might make sense to use it first on the inividual article PDF files and then use PDFtk to merge the processed files into a single PDF file. In that approach the top portion I would need to crop would be on the first page of each article. So I assume I would be able to use -cbox1 (specific figures) -m (specific figures) ./*.pdf as an argument to crop page one only and then marginalize the appropriate sections.
Dave
|
You are correct except that you need to add
-p 1 if you want to process only page 1 of each PDF file. Otherwise
-cbox1 <...> will apply that crop box to page 1, but the other pages will be done as usual, full size.