pdfCropMargins
pdfCropMargins copied to clipboard
pdfCropMargins -- a program to crop the margins of PDF files
Hi, Thank you very much for this tool. I just switched to Linux and this is quite useful for me. I print a lot of academic papers and I like...
Hello, I don't know much about PDF, and am confused about *box (mediabox, cropbox, etc.) and the units used in *box and pdfCropMargins (pt vs. %). What would be the...
Thanks for the great tool. I just wonder whether it completely removes the margin or simply adds a mask like Preview in Mac?
_pdfCropMargins_ has a great option `--samePageSize` which can be used to obtain same page sizes by adding margins. However, it uses the largest bounding box, which covers all pages. However,...
Since version 5, PySimpleGUI has gone pro. Users will need a license key to operate. A popup window will appear as soon as you import the module. Hobbyist users can...
Running "pip3 install pdfCropMargins" and getting the error "No matching distribution found for pillow>=10.1.0"
Would it be possible to have uniform crop only in horizontal direction? Or more general, specify for each direction whether it should be uniform across pages? E.g. u4 LEFT BOTTOM...
Thanks for this library! Is it possible to modify the original without creating backup files? If I use this command: ``` pdfcropmargins --percentRetain4 100 100 100 0 --pages 1 --modifyOriginal...
Depending on the settings cropping an empty page doesn't always really make much sense, resulting in things like tiny square pages, or even errors that leave the page uncropped because...