View Single Post
Old 05-12-2023, 04:52 PM   #3
Shohreh
Addict
Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.Shohreh ought to be getting tired of karma fortunes by now.
 
Posts: 221
Karma: 304158
Join Date: Jan 2016
Location: France
Device: none
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>

Last edited by Shohreh; 05-12-2023 at 05:18 PM.
Shohreh is offline   Reply With Quote