dita2pdf.dita 1014 B

123456789101112131415
  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.md file for applicable licenses.-->
  4. <concept id="dita2pdf" xml:lang="en-US">
  5. <title>DITA to PDF (PDF2)</title>
  6. <shortdesc>The <option>pdf</option> (or <option>pdf2</option>) transformation generates PDF output.</shortdesc>
  7. <conbody>
  8. <p>This transformation was originally created as a plug-in and maintained outside of the main toolkit code. It was
  9. created as a more robust alternative to the demo PDF transformation in the original toolkit, and thus was known as
  10. PDF2. The plug-in was bundled into the default toolkit distribution with release 1.4.3.</p>
  11. <p>To run the PDF transformation, set the <parmname>transtype</parmname> parameter to <option>pdf</option>, or
  12. pass the <option>-format pdf</option> option to the <cmdname>dita</cmdname> command line.</p>
  13. </conbody>
  14. </concept>