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:
@@ -253,7 +253,6 @@ def generate_pdfa(
|
||||
"-dBATCH",
|
||||
"-dNOPAUSE",
|
||||
"-dCompatibilityLevel=" + str(pdf_version),
|
||||
"-dNumRenderingThreads=" + str(threads),
|
||||
"-sDEVICE=pdfwrite",
|
||||
"-dAutoRotatePages=/None",
|
||||
"-sColorConversionStrategy=" + strategy,
|
||||
|
||||
Reference in New Issue
Block a user