plugin.xml 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. This file is part of the DITA Open Toolkit project.
  4. Copyright 2015 Jarno Elovirta
  5. See the accompanying LICENSE file for applicable license.
  6. -->
  7. <plugin id="org.dita.pdf2.xep">
  8. <require plugin="org.dita.pdf2"/>
  9. <!-- extensions -->
  10. <feature extension="depend.org.dita.pdf2.init.pre" value="transform.fo2pdf.xep.init"/>
  11. <feature extension="depend.org.dita.pdf2.format" value="transform.fo2pdf.xep"/>
  12. <feature extension="dita.conductor.lib.import" file="lib/xep.jar"/>
  13. <transtype name="pdf" desc="PDF">
  14. <param name="pdf.formatter" desc="Specifies the XSL processor." type="enum">
  15. <val desc="RenderX XEP Engine">xep</val>
  16. </param>
  17. <param name="custom.xep.config" desc="Specifies the user configuration file for RenderX." type="file"/>
  18. <param name="maxJavaMemory" desc="Specifies the amount of memory allocated to the RenderX process."/>
  19. </transtype>
  20. <feature extension="ant.import" file="build_xep.xml"/>
  21. <feature extension="dita.conductor.pdf2.formatter.check" value="xep"/>
  22. <template file="xsl/fo/topic2fo_shell_xep_template.xsl"/>
  23. </plugin>