summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2020-09-16 10:05:51 +0100
committerKen Sharp <ken.sharp@artifex.com>2020-09-16 10:06:17 +0100
commitc035cc51926dbda7f013b7611d0cdddda986a47d (patch)
treeb0eddb0f53f29d99cd6853f403b8b4e2f999a825 /doc
parentd9369a388ae987b63d66fdd557f95b0073547846 (diff)
downloadghostpdl-c035cc51926dbda7f013b7611d0cdddda986a47d.tar.gz
Clarify documentation
It wasn't clear that the PJL implementation of pdfmark and setdistillerparams required the PJL line to terminate with a linefeed (specifically a linefeed, not a carriage return). Update the document to make this clear.
Diffstat (limited to 'doc')
-rw-r--r--doc/VectorDevices.htm3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/VectorDevices.htm b/doc/VectorDevices.htm
index fae407d7a..de23776b0 100644
--- a/doc/VectorDevices.htm
+++ b/doc/VectorDevices.htm
@@ -699,7 +699,8 @@ Where pdfa.pjl contains the PJL commands to create a PDF/A-1b file (see example
<p>
<h4>Example creation of a PDF/A output file</h4>
<p>For readability the line has been bisected, when used for real this must be a single line. The 'ESC' represents
-a single byte, value 0x1B an escape character in ASCII.</p>
+a single byte, value 0x1B, an escape character in ASCII. The line must end with an ASCII newline (\n, 0x0A) and this must be the only newline following the @PJL.
+The line breaks between "" below should be replaced with space characters, the double quote charcters (") are required.</p>
<code>
</p>
<pre>