HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › PD4ML Tips & Tricks › initialPageNumber › Re: Re: initialPageNumber
July 15, 2013 at 19:37
#28400
There is a way to define initial page number within HTML?
Something similar to:
page $[page] of $[total]
I know that there is a way to pass it from JAVA API:
PD4PageMark footer = new PD4PageMark();
footer.setInitialPageNumber(0);
footer.setHtmlTemplate(“
page $[page] of $[total]
“);
Which doesn’t completely satisfy our needs.