ghostscript: don't try to "help" autorotation

It uses text direction alone -- unreliable guide.
This commit is contained in:
James R. Barlow
2016-02-07 03:20:42 -08:00
parent 93bec22f9c
commit 54b0ddd787

View File

@@ -43,6 +43,7 @@ def generate_pdfa(pdf_pages, output_file, threads=1):
"-dNOPAUSE",
'-dNumRenderingThreads=' + str(threads),
"-sDEVICE=pdfwrite",
"-dAutoRotatePages=/None",
"-sColorConversionStrategy=/RGB",
"-sProcessColorModel=DeviceRGB",
"-dJPEGQ=95",