HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › CSS in the header › Re: Re: CSS in the header
It is easy to mix different methods to define HTML headers in PD4ML.
So first please take a look to the following topic:
html-pdf-faq-f1/pdf-page-headers-footers-definition-options-t41.html
In the code
[language=xml:26hdax88]
<%=myVar%> will be substituted with myVar value before the document is passed to PD4ML. So from PD4ML perspective it is going to be a static text (value). The only variable dynamically changes its value from page to page is $[page]
To define different headers for different pages you need to do something like that:
[language=xml:26hdax88]