#27289

@PD4ML wrote:

I am using this code to display footer using java.It is showing me String of page number but image is not being attached.I want to attach image in footer.

[language=java:1yznuj1e]PD4PageMark footer = new PD4PageMark();
footer.setHtmlTemplate(“page $[page] of $[total]
“);
footer.setAreaHeight(-1);
pd4ml.setPageFooter(footer);[/language:1yznuj1e]