Changes

Jump to: navigation, search

PDF Writer Custom Tags

1,277 bytes added, 17:32, 19 January 2011
no edit summary
::* next="even - odd"
::* pageCounter=pagenum
* '''<pd4ml:page.header> </pd4ml:page.header>''': Content between tags will be used as the page header (see Example below). Affects all subsequent pages (unless Scope option is defined)
:Options:
::* scope="scope": explicitely predefines pages, where the header should appear. Example: scope="odd,5,15-25,45+,skiplast"
::* style="associated style info"
::* $[page], $[total] and $[title]: inserts
* '''&lt;pd4ml:page.footer> ''' first page footer. page $[page] of $[total]</pd4ml:page.footer>: Content between tags will be used as the page footer (see Example below). Affects all subsequent pages (unless Scope option is defined)
:Options: same as pd4ml:page.header tag.
* '''&lt;pd4ml:toc>''': table of contents.
:Options:
::* pncorr="number": a correction value to add to page numbers
* &lt;h1>title 1</h1>* &lt;h2>subtitle 1</h2>* &lt;h3>subsubtitle 1</h3>* &lt;pd4ml:page.break> * &lt;pd4ml:page.header>header text</pd4ml:page.header>* &lt;pd4ml:page.footer> second page footer. page $[page] of $[total]</pd4ml:page.footer> * &lt;h1>title 2</h1>
==Examples==
* The following will define HTML can be added to a [[Web Page View]] document to be used as the page header and footer. A different header is defined for the first page using the '''scope''' option.
:Only the header for the first page will be displayed in the [[Web Page View]] HTML view. The header for subsequent pages and the page footer are hidden using '''&lt;div style="display:none;pd4ml-display:block">'''
 
<pre>
<pd4ml:page.header scope="1">
<div style="margin-top: 30px;margin-left:30px;margin-right:30px;margin-bottom:30px"><img src="/files/12345/f51222/HeaderImage.jpg" width="250px"></div>
</pd4ml:page.header>
<div style="display:none;pd4ml-display:block">
<pd4ml:page.header scope="2+">
<div style="margin-top: 30px;margin-left:30px;margin-right:30px;margin-bottom:30px"><table width="100%"><tr><td><img src="/files/12345/f51222/HeaderImage.jpg" width="250px"></td><td style="text-align:right">page $[page] of $[total]</td></tr></table></div>
</pd4ml:page.header>
<pd4ml:page.footer>
<div style="margin-top:30px;margin-left:30px;margin-right:30px;margin-bottom:30px">
<table width="100%">
<tr><td><img src="/files/12345/f51221/FooterImage.jpg" width="75px"></td>
<td style="text-align:right"><span style='font-size:9.0pt;line-height:115%;font-family:"Verdana","sans-serif";color:gray'>SmartSimple Software >></span><span style='font-family:"Arial Black","sans-serif";color:#008386'> <link>www.smartsimple.com</link></span>
</td>
</tr>
</table></div>
</pd4ml:page.footer>
</div>
</pre>
* [http://pd4ml.com/html.htm http://pd4ml.com/html.htm] (external website)
[[Category:PDF]]
0
edits

Navigation menu