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:
|
||||
formats.append((format_name, u''))
|
||||
|
||||
#if USE_GHOSTSCRIPT:
|
||||
#PDF, PS
|
||||
if USE_GHOSTSCRIPT:
|
||||
formats.append(('PDF', u''))
|
||||
formats.append(('PS', u''))
|
||||
|
||||
return formats
|
||||
|
||||
|
||||
Reference in New Issue
Block a user