I tried to log this in the database but I get an Error login on, did you delete user accounts on your defect tracking system?
<<<EDIT: Never mind it looks like you did nuke old accounts I was able to recreate an account with my same username>>>>
DESC:
Regardless of what PDF I try to crop I always get the following error
Code:
pdfmanipulate crop mypdf.pdf
I've even ran the tool using the following commands
Code:
pdfmanipulate.exe crop -o out.pdf -x 120 -y 724 -v 560 -w 70 mybig.pdf
Quote:
Traceback (most recent call last):
File "cli.py", line 72, in <module>
File "cli.py", line 61, in main
File "calibre\ebooks\pdf\manipulate\crop.pyo", line 144, in main
File "calibre\ebooks\pdf\manipulate\crop.pyo", line 114, in crop_pdf
TypeError: unsupported operand type(s) for -: 'NumberObject' and 'unicode'
|