Question
different header on different pages of forms generated using HTMLtoPDF - pega 7.2
Hi,
We have a requirement to have different header on the 1st page of the form and a different header on the subsequent pages of the forms. The form is dynamic and depending on the data, it can run into multiple pages as well. I want to know if there is a way to achieve it.
I tried researching pd4ml which offers a viable solution. However I think pd4ml tags are not supported since I could not find the org.zefer.pd4ml.taglib.PD4InlineHeaderTag class in Pega. Here is what I was trying to do
<pd4ml:page.header scope="1">
Page 1 header
</pd4ml:page.header>
<pd4ml:page.header scope="2+">
Subsequent Page header
</pd4ml:page.header>
Please let me know if there is an alternative way to achieve this or otherwise how can I include the pd4ml tag classes in Pega 7.2