Allen Barker
Allen Barker
All the current processing of PDF files is done with the PyMuPdf program. If there is a way to do this with that program then I would consider adding an...
It doesn't actually remove any of the PDF page, it just changes the mediabox and cropbox properties of the PDF. Most PDF viewing software then displays the cropped page rather...
As I noted in your other issue, I'm not sure how `mutool` is implementing the trim and if it is actually different from simply modifying one or more of the...
Ok.
Thanks for letting me know. I'll update the `setup.py` file.
The new version 2.1.1 is now up on PyPI.
I think the problem is that you're running on Windows which doesn't automatically expand the wildcard `*` symbols before passing them to a Python program. Passing the full filenames should...
Try the new version 0.2.3 that's available from pip. Filename globbing now works on Windows. Also, now if you leave off all the arguments the program will find all the...
Is it raising this exception first thing, before it does any replacements? I cloned that repo and tried running the program on it using Python 3.8. I didn't go through...
I tried a small example based on your description above and I couldn't reproduce the problem either. As a possible workaround, if there are only one or two places where...