HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › Using page specific headers/footers with the new API › Reply To: Using page specific headers/footers with the new API
March 5, 2020 at 10:43
#33887
I forgot to put the html in a code block:
lHtml1 = "<html><body><div style=\"font-weight:bold\">Header for only the First page</div></body></html>";
lHtml2 = "<html><body><div style=\"font-weight:bold\">Header for all pages, except the first</div></body></html>";