#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.