Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26285

    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:3tgalpax]PD4PageMark footer = new PD4PageMark();
    footer.setHtmlTemplate(“page $[page] of $[total]
    “);
    footer.setAreaHeight(-1);
    pd4ml.setPageFooter(footer);[/language:3tgalpax]

    #27614

    Most probably the problem is with the image path. Try to enable debug output and to inspect if it tried to load the image. Also is a more safe format to point local resources.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions / FAQ’ is closed to new topics and replies.