Changes

Jump to: navigation, search

PDF Writer Custom Tags

484 bytes added, 18:35, 14 June 2011
no edit summary
==List of Custom Tags (pd4ml)==
* '''style="pd4ml-display:none"''' or '''style="pd4ml-display:block"''': Controls whether a HTML element will be included or not included in the PDF. (See Example below)
* '''style="PAGE-BREAK-inside: avoid": Prevents an HTML element from being broken by a page break. Note: If the element is more than a page in length this setting cannot be applied.
* '''<pd4ml:page.break>''': inserts a page break at this location
</table>
</pre>
 
 
* The following will prevent a table from spanning 2 pages (unless the table is more than 1 page in length):
<pre>
<table border="1" style="PAGE-BREAK-inside: avoid">
<tr><th>Activity</th><th>Owner</th></tr>
[#(?object=activity)
<tr><td>@subject@</td><td>@owner@</td></tr>
#]
</table>
</pre>
 
==See Also==
0
edits

Navigation menu