Lines Matching refs:pdf
4 # Function: Format PDF Output from groff Markup
125 WRKFILE=${GROFF_TMPDIR=${TMPDIR-${TMP-${TEMP-"."}}}}/pdf$$.tmp
127 REFCOPY=${GROFF_TMPDIR}/pdf$$.cmp
128 REFFILE=${GROFF_TMPDIR}/pdf$$.ref
131 TC_DATA=${GROFF_TMPDIR}/pdf$$.tc
132 BD_DATA=${GROFF_TMPDIR}/pdf$$.ps
137 trap "rm -f ${GROFF_TMPDIR}/pdf$$.*" 0
147 stylesheet pdf-output no-pdf-output
196 PDF document formatting process.
198 --pdf-output=name
199 Write the PDF output stream to file 'name'; if this option
200 is unspecified, standard output is used for PDF output.
202 --no-pdf-output
203 Suppress the generation of PDF output entirely; use this
209 for the PDF document. Normally '$CMD' will create a
232 start of a PDF document.
247 --pdf-output)
251 --no-pdf-output)
264 STYLESHEET="$OPTARG" CS_DATA=${GROFF_TMPDIR}/pdf$$.cs
293 STREAM="$CAT ${GROFF_TMPDIR}/pdf$$.in |"
314 -T*) echo >&2 "$CMD: option '$1' is incompatible with PDF output"
365 test -z "$INPUT_FILES" && STREAM="$CAT ${GROFF_TMPDIR}/pdf$$.in |"
366 test -n "$STREAM" && $CAT > ${GROFF_TMPDIR}/pdf$$.in
410 will be compiled; if any 'pdfmark' reference appears in the resulting PDF
472 # If PDF output has been suppressed, then there is nothing more to do.
477 # from which the PDF output will be compiled -- but before proceding further ...
501 '$CMD' requires a GhostScript interpreter to convert PostScript to PDF.
549 # Invoke GhostScript as a PDF writer, to bind all of the generated
550 # PostScript intermediate files into a single PDF output file.
552 $SAY >&2 $n "Writing PDF output ..$c"