From 35272b25e4db4bf15efd2b36b558abe2499a6cb6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 3 May 2024 11:45:40 +0300 Subject: [PATCH] PDFACompatibilityPolicy must be set through -d --- bin/bin/my-ps2pdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/my-ps2pdf b/bin/bin/my-ps2pdf index 5510c18..4b18dc3 100755 --- a/bin/bin/my-ps2pdf +++ b/bin/bin/my-ps2pdf @@ -15,7 +15,7 @@ opts=( -dPDFSETTINGS=/default -dPDFA=1 -dCompatibilityLevel=1.4 - -dPDFACompatibilityPolicy=3 # that will skip some errors about XMP + -sPDFACompatibilityPolicy=3 # that will skip some errors about XMP -dAutoRotatePages=/None -dOptimize=true -sColorConversionStrategy=RGB # advised for PDF/A -- 2.48.1