INTRODUCTION
PROCESSOR
CONTENT
METADATA
A footer to be included on each page of the document.
PDF, HTML
The referenced BDML document must contain a single chapter containing the footer content.
In case that multiple footer elements would be defined the last one matching right/left page would be used.
For the HTML target, the footer appears a single time at the bottom of the page.
Attribute name | Description |
---|---|
url | The url to the footer document. |
page | Defines if footer should be displayed on right or left page. If attribute is not provided footer will be displayed on both right and left pages of generated PDF document. Available values: right, left. |
No element descendants are defined for the <footer> element.
Element name | Relation |
---|---|
<metadata> | The enclosing metadata element. |
Given the following BDML file:
<document xmlns="http://boradoc.org/1.0"> <metadata> <footer url="footer.bdml" /> </metadata> <chapter> <para>Main body.</para> </chapter> </document>
where footer.bdml contains the following:
<document xmlns="http://boradoc.org/1.0"> <chapter> <para>Terms and conditions apply.</para> </chapter> </document>
The first BDML file renders to the following:
Main body.
Terms and conditions apply.
BDML content element reference
<body> <bullets> <cell> <chapter> <code> <comment> <document> <emph> <entry> <graphic> <h1> <h2> <h3> <h4> <h5> <head> <include> <list> <lorem> <newline> <para> <part> <question> <ref> <remark> <row> <section> <span> <strong> <sub> <sup> <table> <target> <xml>
BDML metadata element reference
<author> <back-matter> <copyright> <cover> <footer> <front-matter> <header> <index-entries> <index-page> <item> <link> <match> <meta> <metadata> <numbering> <relative-root> <script> <stylesheet> <title> <toc> <trademark>
Copyright © 2007 Bora Software
UK Limited Company number 06859743
Bora® and the Bora logo are registered trademarks in the European Community, the United States of America, and other countries.