ghostscript: don't use threads= for generate_pdfa

Not supported for pdfwrite
This commit is contained in:
James R. Barlow
2019-05-31 01:55:29 -07:00
parent 8ed4e229f3
commit 522e1e948b
-1
View File
@@ -703,7 +703,6 @@ def convert_to_pdfa(input_pdf, input_ps_stub, context):
output_file=output_file,
compression=options.pdfa_image_compression,
log=context.log,
threads=options.jobs or 1,
pdfa_part=options.output_type[-1], # is pdfa-1, pdfa-2, or pdfa-3
)