[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1809-ge711849
[email protected] (Chris Liddell) Tue, 5 Nov 2019 10:54:38 +0000 (UTC)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via e7118494be4162b8c2c06d8b7d4cb2d7ebb57f61 (commit)
from 485904772c5f0aa1140032746e5a0abfc40f4cef (commit)
----------------------------------------------------------------------
commit e7118494be4162b8c2c06d8b7d4cb2d7ebb57f61
Author: Chris Liddell <[email protected]>
Date: Tue Nov 5 10:49:58 2019 +0000
Add -dALLOWPSTRANSPARENCY to the documentation.
diff --git a/doc/Use.htm b/doc/Use.htm
index a06767e..8743a37 100644
--- a/doc/Use.htm
+++ b/doc/Use.htm
@@ -2550,6 +2550,19 @@ incorrect) rendering of pages containing PDF 1.4 transparency and
</dl>
<dl>
+ <dt><code>-dALLOWPSTRANSPARENCY</code></dt>
+<dd>
+Enables the use of the Ghostscript custom transparency operators
+(<a href="Language.htm#Transparency">Transparency</a>) from
+Postscript input. Normally, these operators are not accessible from Postscript
+jobs, being primarily intended to be called by the PDF interpreter. Using
+<code>-dALLOWPSTRANSPARENCY</code> leaves them available. It is important that
+these operators are used correctly, especially the order in which they are called,
+otherwise unintended, even undefined behavior may result.
+</dd>
+</dl>
+
+<dl>
<dt><code>-dNO_TN5044</code></dt>
<dd>Turns off the TN 5044 psuedo operators. These psuedo operators are not a part
of the official Postscript specification. However they are defined in <i>Technical
Summary of changes:
doc/Use.htm | 13 +++++++++++++
1 file changed, 13 insertions(+)