| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
- <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
- <concept id="customizing-pdf-output">
- <title>Customizing PDF output</title>
- <titlealts>
- <navtitle>Customizing PDF</navtitle>
- </titlealts>
- <shortdesc>You can <ph id="shortdesc-ph">adjust various aspects of PDF output by changing parameter settings</ph>. For
- more complex customizations, you can create custom DITA-OT plug-ins.</shortdesc>
- <prolog>
- <metadata>
- <keywords>
- <indexterm>transformations
- <indexterm>PDF</indexterm></indexterm>
- <indexterm>PDF
- <indexterm>customizing</indexterm></indexterm>
- </keywords>
- </metadata>
- </prolog>
- <conbody>
- <p>For example:</p>
- <ul>
- <li>To print the file names of the graphics underneath figures, set <parmname>args.artlbl</parmname> to
- <option>yes.</option></li>
- <li>To disable the subsection links on the first page of each chapter, set
- <parmname>args.chapter.layout</parmname> to <option>BASIC</option>.</li>
- <li>To change the name of the PDF file to something other than the input map name, set
- <parmname>outputFile.base</parmname> to the desired file name (without the <filepath>.pdf</filepath>
- extension).</li>
- </ul>
- <note>For the full list of settings for PDF output, see
- <xref keyref="parameters-pdf"/>.</note>
- </conbody>
- </concept>
|