mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix bug #2913: pdfmanipulte crop fails.
This commit is contained in:
parent
73aaebe947
commit
ecd4405e7d
@ -23,7 +23,7 @@ from calibre.ebooks.pdf.verify import is_valid_pdf, is_encrypted
|
|||||||
|
|
||||||
from pyPdf import PdfFileWriter, PdfFileReader
|
from pyPdf import PdfFileWriter, PdfFileReader
|
||||||
|
|
||||||
DEFAULT_CROP = '10'
|
DEFAULT_CROP = 10
|
||||||
|
|
||||||
USAGE = '\n%prog %%name ' + _('''\
|
USAGE = '\n%prog %%name ' + _('''\
|
||||||
[options] file.pdf
|
[options] file.pdf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user