Changes

Jump to: navigation, search

PDF Writer Custom Tags

416 bytes added, 17:52, 19 January 2011
no edit summary
==List of Custom Tags==
* '''<style="pd4ml-display:none>"'''or '''style="pd4ml-display: content between these tags block"''': Controls whether a HTML element will be included or not be included in the PDF.(See Example below)
* '''<pd4ml:page.break>''': inserts a page break at this location
* '''<pd4ml:page.header> </pd4ml:page.header>''': Content between tags will be used as the page header . (see Example See example below). Affects all subsequent pages (unless Scope option is defined)
::Options:
::* scope="scope": explicitely predefines explicitly defines pages, where the header should appear. Example: scope="odd,5,15-25,45+,skiplast"
::* height="height"
::* width="width"
</pre>
 
* The following will hide show the table in the HTML view, but it will not be included in the PDF:
<pre>
<table border="1" style="display:block;pd4ml-display:none">
<tr><th>Header 1</th><th>Header 2</th></tr>
<tr><td>row 1, cell 1</td><td>row 1, cell 2</td></tr>
<tr><td>row 2, cell 1</td><td>row 2, cell 2</td></tr>
</table>
</pre>
==See Also==
0
edits

Navigation menu