1. Remove Scanner Margins from All Pages
ArchivistBackground
An archivist has a scanned PDF document where every page has a 50-point black border on all sides from the scanning bed.
Problem
The black borders look unprofessional and waste printer ink.
How to use
Upload the PDF, set the left, top, right, and bottom crop values to 50 points, and leave the page range empty.
{
"cropLeft": 50,
"cropTop": 50,
"cropRight": 50,
"cropBottom": 50,
"pageRange": ""
}Outcome
A clean PDF with 50 points trimmed from all four edges across all pages, removing the scanner borders.