mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:53:06 +02:00
...
This commit is contained in:
parent
c02d8d6b31
commit
780625e18e
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class PDFOutput(OutputFormatPlugin):
|
|||
'are %s') % PAPER_SIZES),
|
||||
OptionRecommendation(name='custom_size', recommended_value=None,
|
||||
help=_('Custom size of the document. Use the form widthxheight '
|
||||
'EG. `123x321` to specify the width and height. '
|
||||
'e.g. `123x321` to specify the width and height. '
|
||||
'This overrides any specified paper-size.')),
|
||||
OptionRecommendation(name='preserve_cover_aspect_ratio',
|
||||
recommended_value=False,
|
||||
|
|
|
|||
Loading…
Reference in a new issue