Skip to content

Instantly share code, notes, and snippets.

View kevinmcox's full-sized avatar

Kevin M. Cox kevinmcox

View GitHub Profile
@kevinmcox
kevinmcox / PDF Trim to Crop.js
Created December 13, 2018 21:15
Adobe Acrobat Action to trim a PDF to the crop box
for (var p=0; p<this.numPages; p++) {
this.setPageBoxes("Crop", p, p, this.getPageBox("Trim", p));
}