summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Lemon <jamie.lemon@artifex.com>2023-03-03 12:38:30 +0000
committerChris Liddell <chris.liddell@artifex.com>2023-03-07 17:43:41 +0000
commit86d93e18b948977cebcaa114e500f135a25dafe7 (patch)
treea65fd2c90231ceca0deb3eb6c8a0aed800bd69ea
parent41018bf2474c948f602d44b4f61714da81060cc0 (diff)
downloadghostpdl-86d93e18b948977cebcaa114e500f135a25dafe7.tar.gz
Documentation: Updates VectorDevices.rst to correct typos.
-rw-r--r--doc/src/VectorDevices.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/VectorDevices.rst b/doc/src/VectorDevices.rst
index 6bb3734ab..34186abb6 100644
--- a/doc/src/VectorDevices.rst
+++ b/doc/src/VectorDevices.rst
@@ -997,13 +997,13 @@ PDF file output - ``pdfwrite``
This control also requires the PDF interpreter to pass the marked content to the :title:`pdfwrite` device, this is only done with the new (C-based) PDF interpreter. The old (PostScript-based) interpreter does not support this feature and will not pass marked content to the :title:`pdfwrite` device.
-``-dOmitInfoDateboolean``
+``-dOmitInfoDate=boolean``
Under some conditions the ``CreationDate`` and ``ModDate`` in the ``/Info`` dictionary are optional and can be omitted. They are required when producing PDF/X output however. This control will allow the user to omit the ``/CreationDate`` and ``/ModDate`` entries in the ``Info`` dictionary (and the corresponding information in the XMP metadata, if present). If you try to set this control when writing PDF/X output, the device will give a warning and ignore this control.
-``-dOmitIDboolean``
+``-dOmitID=boolean``
Under some conditions the ``/ID`` array trailer dictionary is optional and can be omitted. It is required when producing PDF 2.0, or encrypted PDFs however. This control will allow the user to omit the ``/ID`` entry in the trailer dictionary. If you try to set this control when writing PDF 2.0 or encrypted PDF output, the device will give a warning and ignore this control.
-``-dOmitXMPboolean``
+``-dOmitXMP=boolean``
Under some conditions the XMP ``/Metadata`` entry in the ``Catalog`` dictionary is optional and can be omitted. It is required when producing PDF/A output however. This control will allow the user to omit the ``/Metadata`` entry in the ``Catalog`` dictionary. If you try to set this control when writing PDF/A output, the device will give a warning and ignore this control.
``-dNO_PDFMARK_OUTLINES``