Customising PDF

Excel reports can be customised in two ways.

Customising Styles

CustomPDFStyles.xslt defines a number of attribute-sets which control the various styles of the PDF.  These are fo attributes and can be overridden to achieve your own style.  Refer to http://www.xmlpdf.com/builds/ibex.pdf for a reference of the available styles.

Customising XSLT

CusomPDFStyles.xslt also defines a number of templates which you can override to implement your own cover page, header and footer.  These are:

Custom Templates

ReportPageHeader

Creates a header on each page of the report.  Update this template to include your own logo and design.

ReportPageFooter

Creates a footer on each page of the report.  Update this template to define your own footer, including page numbers, copyright notices and disclaimers.

CustomSection

Allows you to create your own report sections. By defining a section type to be something other than a Moxy section type, you can provide your logic to render that section to HTML.


Click to see Comments

Help comments powered by Disqus