If ghostscript is installed add PDF and PS to the list of supported file formats

This commit is contained in:
Roberto Rosario
2011-08-11 04:11:20 -04:00
parent 501d1c0d9d
commit df9d784097

View File

@@ -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