ghostscript: rendering threads has no effect on pdfwrite, so remove it

See
https://www.ghostscript.com/doc/current/Language.htm
This commit is contained in:
James R. Barlow
2019-05-12 03:36:07 -07:00
parent c2fecffdb4
commit 5adbddd1f9
-1
View File
@@ -253,7 +253,6 @@ def generate_pdfa(
"-dBATCH",
"-dNOPAUSE",
"-dCompatibilityLevel=" + str(pdf_version),
"-dNumRenderingThreads=" + str(threads),
"-sDEVICE=pdfwrite",
"-dAutoRotatePages=/None",
"-sColorConversionStrategy=" + strategy,