If ghostscript is installed add PDF and PS to the list of supported file formats
This commit is contained in:
@@ -132,8 +132,9 @@ class ConverterClass(ConverterBase):
|
|||||||
for format_name in Image.ID:
|
for format_name in Image.ID:
|
||||||
formats.append((format_name, u''))
|
formats.append((format_name, u''))
|
||||||
|
|
||||||
#if USE_GHOSTSCRIPT:
|
if USE_GHOSTSCRIPT:
|
||||||
#PDF, PS
|
formats.append(('PDF', u''))
|
||||||
|
formats.append(('PS', u''))
|
||||||
|
|
||||||
return formats
|
return formats
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user