GUI Convert: pdf output options widget.

This commit is contained in:
John Schember 2009-05-08 07:48:20 -04:00
parent a48cefc82b
commit 91ca2cc927

View File

@ -35,7 +35,8 @@ class PDFOutput(OutputFormatPlugin):
'Note: This does not override the unit for margins!' % UNITS.keys())), 'Note: This does not override the unit for margins!' % UNITS.keys())),
OptionRecommendation(name='paper_size', recommended_value='letter', OptionRecommendation(name='paper_size', recommended_value='letter',
level=OptionRecommendation.LOW, choices=PAPER_SIZES.keys(), level=OptionRecommendation.LOW, choices=PAPER_SIZES.keys(),
help=_('The size of the paper. Default is letter. Choices ' help=_('The size of the paper. This size will be overridden when an '
'output profile is used. Default is letter. Choices '
'are %s' % PAPER_SIZES.keys())), 'are %s' % PAPER_SIZES.keys())),
OptionRecommendation(name='custom_size', recommended_value=None, OptionRecommendation(name='custom_size', recommended_value=None,
help=_('Custom size of the document. Use the form widthxheight ' help=_('Custom size of the document. Use the form widthxheight '