This patch is intend to add following features:
Main featuresUnits support for margin dimensions (pt, mm, in, cm, pica, know any other DTP units? :-) ) Crop all pages to the same size, minimum which
... [More]
allows all content to fit in. This size is determined automatically from max bbox (auto mode). Crop all pages based on paper size, not bbox. In this mode, margins determine, how much each side of paper to cut out (absolute mode). User can exclude some pages from size calculations in auto mode Automatic exclusion of pages from size calculations in auto mode based on statistical analysis. User can confirm each page exclusion separately as well as confirm all exclusions at once. This mode can be mixed with manual page exclusion.
NewAuto2 mode - pdfcrop will try to fit page content by moving crop box before resizing it. This should result in bit smaller output dimensions (while still content fits in). In this mode additional option is supported to set page corner to which crop box should be aligned. TODOCode optimization/rewriting - move from patch to application. More robust page size determination in absolute mode. Error checking GUI [Less]