You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does YaHP-Converter support multi line headers? I have tried adding a new row to in the table for Header and that does not seem to work. Please advise if there is any other way of achieving this. In my actual use case the Line2 of header is dyanamic.
Does YaHP-Converter support multi line headers? I have tried adding a new
row to in the table for Header and that does not seem to work. Please
advise if there is any other way of achieving this. In my actual use case
the Line2 of header is dyanamic.
headerFooterList
.add(new IHtmlToPdfTransformer.CHeaderFooter(
"<table width=\"100%\" height=\"50%\"><tbody><tr><td align=\"center\">"
+ "Line 1</td>"
+ "</tr><tr><td>Line2</td></tr></tbody></table>"
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#49>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABJ5Bx9zHk5qbWrGV94FqbG75qKrMSGnks5rjGV2gaJpZM4MUnqU>
.
Thank you very much. By adding the margin we were able to show the multi line header in the PDF. Currently the Header is shows up on all pages. Is there way to not show the header on first page of the PDF?
Does YaHP-Converter support multi line headers? I have tried adding a new row to in the table for Header and that does not seem to work. Please advise if there is any other way of achieving this. In my actual use case the Line2 of header is dyanamic.
The text was updated successfully, but these errors were encountered: