* @author Andreas Gohr */ /** * Class action_plugin_dw2pdf * * Export html content to pdf, for different url parameter configurations * DokuPDF which extends mPDF is used for generating the pdf from html. */ class action_plugin_dw2pdf extends DokuWiki_Action_Plugin { /** * Settings for current export, collected from url param, plugin config, global config * * @var array */ protected $exportConfig = null; /** @var string template name, to use templates from dw2pdf/tpl/