mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-11-01 18:29:58 +00:00
v4.3.3 release notes, fix more gs 9.20 issues
This commit is contained in:
parent
de939951d4
commit
03aaf575dc
@ -3,6 +3,12 @@ RELEASE NOTES
|
||||
|
||||
OCRmyPDF uses `semantic versioning <http://semver.org/>`_.
|
||||
|
||||
v4.3.3:
|
||||
=======
|
||||
|
||||
- Fix additional problems with PDF/A creation on Ghostscript 9.20
|
||||
|
||||
|
||||
v4.3.2:
|
||||
=======
|
||||
|
||||
|
||||
@ -56,7 +56,7 @@ def generate_pdfa(pdf_pages, output_file, threads=1):
|
||||
"-sProcessColorModel=DeviceRGB",
|
||||
"-dJPEGQ=95",
|
||||
"-dPDFA=2",
|
||||
"-sPDFACompatibilityPolicy=1",
|
||||
"-dPDFACompatibilityPolicy=1",
|
||||
"-sOutputFile=" + gs_pdf.name,
|
||||
]
|
||||
args_gs.extend(pdf_pages)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user