Choose PDF/A-2b by default instead of A-1b

This commit is contained in:
James R. Barlow
2015-12-02 01:48:10 -08:00
parent 78697341a2
commit 74059eecf1
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -5,6 +5,14 @@ Please always read this file before installing the package
Download software here: https://github.com/jbarlow83/OCRmyPDF/tags
Latest:
=======
- Default output format is now PDF/A-2b instead of PDF/A-1b
- Python 3.5 and OS X El Capitan are now supported platforms - no changes were
needed to implement support
v3.0:
=====
+1 -1
View File
@@ -44,7 +44,7 @@ def generate_pdfa(pdf_pages, output_file, threads=1):
"-sDEVICE=pdfwrite",
"-sColorConversionStrategy=/RGB",
"-sProcessColorModel=DeviceRGB",
"-dPDFA",
"-dPDFA=2",
"-sPDFACompatibilityPolicy=2",
"-sOutputICCProfile=srgb.icc",
"-sOutputFile=" + gs_pdf.name,