dita2pdf.dita 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  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="dita2pdf" xml:lang="en-US">
  5. <title>PDF</title>
  6. <shortdesc>The <option>pdf</option> transformation generates output in Portable Document Format.</shortdesc>
  7. <prolog>
  8. <metadata>
  9. <keywords>
  10. <indexterm>PDF
  11. <index-see-also>transformations</index-see-also></indexterm>
  12. <indexterm>transformations
  13. <indexterm>PDF</indexterm></indexterm>
  14. <indexterm>PDF
  15. <indexterm>plug-in, history of</indexterm></indexterm>
  16. <indexterm>plug-ins
  17. <indexterm>dita2pdf</indexterm></indexterm>
  18. <indexterm>dita2pdf</indexterm>
  19. </keywords>
  20. </metadata>
  21. </prolog>
  22. <conbody>
  23. <p>This transformation was originally created as a plug-in and maintained outside of the main toolkit code. It was
  24. created as a more robust alternative to the demo PDF transformation in the original toolkit, and thus was known as
  25. PDF2. The plug-in was bundled into the default toolkit distribution with release 1.4.3.</p>
  26. <p>To run the PDF transformation, set the <parmname>transtype</parmname> parameter to <option>pdf</option>, or pass
  27. the <parmname>--format</parmname>=<option>pdf</option> option to the <cmdname>dita</cmdname> command line.</p>
  28. <codeblock><filepath conkeyref="conref-task/dita-cmd"/> <parmname>--input</parmname>=<varname>input-file</varname> <parmname>--format</parmname>=<option>pdf</option></codeblock>
  29. <p>where:</p>
  30. <ul>
  31. <li conkeyref="conref-task/novice-variables-1"
  32. conrefend="../resources/conref-task.dita#ID/novice-variables-2"/>
  33. </ul>
  34. </conbody>
  35. </concept>