Home
last modified time | relevance | path

Searched +full:template +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 1 – 13 of 13) sorted by relevance

/plugin/dw2pdf/
H A Daction.php29 /** @var string template name, to use templates from dw2pdf/tpl/<template name> */
40 * Constructor. Sets the correct template
46 $this->tpl = $this->getExportConfig('template');
324 . $this->getExportConfig('template')
470 // load the template
471 $template = $this->loadTemplate();
480 $styles = '@page { size:auto; ' . $template['page'] . '}';
481 $styles .= '@page :first {' . $template['first'] . '}';
497 $body_start = $template['htm
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php29 * The template id for the currently created template.
36 * A counter for template ids.
52 throw new \BadMethodCallException('The page format cannot be changed when writing to a template.');
87 * Draws a template onto the page or another template.
92 * @param mixed $tpl The template id
105 throw new \InvalidArgumentException('Template does not exist!');
118 $template = $this->templates[$tpl];
134 $template['i
[all...]
H A DFpdi.php42 * Draws an imported page or a template onto the page or another template.
47 * @param mixed $tpl The template id
71 * Get the size of an imported page or template.
76 * @param mixed $tpl The template id
H A DFpdiTrait.php446 * @param mixed $tpl The template id
/plugin/dw2pdf/tpl/default/
H A DREADME.txt6 To create a new template, just create a new folder within the plugin's
50 * ''@TPLBASE@'' -- the PDF template base directory (use to reference images)
51 * ''@TPLINC@'' -- the absolute path to the PDF template directory on the filesystem
63 Custom stylings can be provided in the following file of your dw2pdf-template folder:
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php43 * Draws an imported page or a template onto the page or another template.
48 * @param mixed $tpl The template id
72 * Get the size of an imported page or template.
77 * @param mixed $tpl The template id
/plugin/dw2pdf/conf/
H A Ddefault.php11 $conf['template'] = 'default';
H A Dmetadata.php11 $meta['template'] = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/');
H A Dstyle.css5 * lib/plugins/dw2pdf/conf/style.local.css or create your own template
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php43 * A counter for template ids.
86 * Get the next template id.
96 * Draws an imported page or a template onto the page or another template.
101 * @param mixed $tpl The template id
273 * Get the size of an imported page or template.
278 * @param mixed $tpl The template id
H A DMpdf.php19041 $this->enabledtags = "<a><acronym><address><article><aside><b><bdi><bdo><big><blockquote><br><caption><center><cite><code><del><details><dd><div><dl><dt><em><fieldset><figcaption><figure><font><form><h1><h2><h3><h4><h5><h6><hgroup><hr><i><img><input><ins><kbd><legend><li><main><mark><meter><nav><ol><option><p><pre><progress><q><s><samp><section><select><small><span><strike><strong><sub><summary><sup><table><tbody><td><template><textarea><tfoot><th><thead><time><tr><tt><u><ul><var><footer><header><annotation><bookmark><textcircle><barcode><dottab><indexentry><indexinsert><watermarktext><watermarkimage><tts><ttz><tta><column_break><columnbreak><newcolumn><newpage><page_break><pagebreak><formfeed><columns><toc><tocentry><tocpagebreak><pageheader><pagefooter><setpageheader><setpagefooter><sethtmlpageheader><sethtmlpagefooter>";
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php40 * A counter for template ids.
60 * Get the next template id.
70 * Draws an imported page onto the page or another template.
75 * @param mixed $tpl The template id
123 * @param mixed $tpl The template id
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md35 * Added optional `continue2pages` parameter to `SetDocTemplate` method, allowing a template to continue the last 2 pages alternately (@bmg-ruudv)
200 - Added Issue template