History: PluginPDFpage
Source of version: 10 (current)
Copy to clipboard
New in ((Tiki18)) ! Introduction PluginPDFpage is another wiki plugin for ((mPDF)). Its function is to customize page settings for PDF output of any specific page (also works over multiple pages). ((PluginPDF)) sets parameters for the wiki page, while PluginPDFpage changes the parameters just for a specific blob of text. An example of usage is to switch from portrait to landscape for one large table, and to change back after the table. !! Plugin Parameters {pluginmanager info="description|parameters" plugin="pdfpage"} !! Sample PluginPDFpage Code {CODE(colors="tiki")} {PDFPAGE(orientation="L" watermark="Landscape Page")} contents of the page that you want impacted by different parameters than the rest of the page {PDFPAGE} {CODE} Do not try to use like this: {CODE(theme="default")}{pdfpage orientation="L"}{CODE} !!Aliases (alias(PDFPage))