[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1667-g4ca426a
[email protected] (Ken Sharp)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via 4ca426a86125b7bf2f52c00fbba1cef1395ea011 (commit)
from e0238104296a361d2dfcc678075e32f4c2070c52 (commit)
----------------------------------------------------------------------
commit 4ca426a86125b7bf2f52c00fbba1cef1395ea011
Author: Ken Sharp <[email protected]>
Date: Mon Sep 16 09:56:52 2019 +0100
Documentation - add a note about SAFER for PDF/X ICC profiles
Bug #701553 "Examples of PDF/X and PDF/A conversion should be updated for Ghostscript 9.28"
ICC profiles required for PDF/X and PDF/A output need to be readable
in order to work when -dSAFER is true (the new default). This wasn't
clear from the documentation, so add a note about it.
As noted in the bug report, it is possible to embed the profile in the
PostScript code, but as Chris says this is probably beyond reasonable
expectations of the average user; they simply won't change the example
and will then complain that it isn't correct. Users capable of making
this work almost certainly have enough knowledge to realise they can
do this instead of making the profile readable.
diff --git a/doc/VectorDevices.htm b/doc/VectorDevices.htm
index 74dabed..acada95 100644
--- a/doc/VectorDevices.htm
+++ b/doc/VectorDevices.htm
@@ -1145,6 +1145,13 @@ To create a PDF/X-3 document from a Postscript or a PDF file, you should :
</ul>
<p>
+NOTE: Unless <code>-dNOSAFER</code> is specified (NOT reccomended!)
+the ICC profile will be read using the <code>SAFER</code> file permissions; you must ensure that the profile is
+in a directory which is readable according to the <code>SAFER</code> permissions, or that the file itself
+is specifically made readable. See Use.htm for details of how to set file permissions for <code>SAFER</code>.
+</p>
+
+<p>
As mentioned above, the PDF/X definition file provides special information,
which the PDF/X-3 standard requires. You can find a sample file in
<code>gs/lib/PDFX_def.ps</code>, and edit it according to your needs.
Summary of changes:
doc/VectorDevices.htm | 7 +++++++
1 file changed, 7 insertions(+)