Calibre still displays the cropped data in the EPUB, so it's still in the file, but I'll look into GS.
Briss got stuck on that ~400 page PDF, which is partly why I tried CLI apps.
Thank you.
--
Edit:
Code:
mutool.exe pages soft.cropped.pdf 20
soft.cropped.pdf:
<page pagenum="20">
<MediaBox l="0" b="0" r="424" t="600" />
<CropBox l="0" b="0" r="424" t="600" />
<Rotate v="0" />
</page>
mutool.exe pages hard_trim.pdf 20
hard_trim.pdf:
<page pagenum="20">
<MediaBox l="0" b="0" r="424" t="600" />
<CropBox l="0" b="0" r="424" t="600" />
<Rotate v="0" />
</page>