pdf-customization.dita 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <concept id="customizing-pdf-output">
  5. <title>Customizing PDF output</title>
  6. <titlealts>
  7. <navtitle>Customizing PDF</navtitle>
  8. </titlealts>
  9. <shortdesc>You can <ph id="shortdesc-ph">adjust various aspects of PDF output by changing parameter settings</ph>. For
  10. more complex customizations, you can create custom DITA-OT plug-ins.</shortdesc>
  11. <prolog>
  12. <metadata>
  13. <keywords>
  14. <indexterm>transformations
  15. <indexterm>PDF</indexterm></indexterm>
  16. <indexterm>PDF
  17. <indexterm>customizing</indexterm></indexterm>
  18. </keywords>
  19. </metadata>
  20. </prolog>
  21. <conbody>
  22. <p>For example:</p>
  23. <ul>
  24. <li>To print the file names of the graphics underneath figures, set <parmname>args.artlbl</parmname> to
  25. <option>yes.</option></li>
  26. <li>To disable the subsection links on the first page of each chapter, set
  27. <parmname>args.chapter.layout</parmname> to <option>BASIC</option>.</li>
  28. <li>To change the name of the PDF file to something other than the input map name, set
  29. <parmname>outputFile.base</parmname> to the desired file name (without the <filepath>.pdf</filepath>
  30. extension).</li>
  31. </ul>
  32. <note>For the full list of settings for PDF output, see
  33. <xref keyref="parameters-pdf"/>.</note>
  34. </conbody>
  35. </concept>