#30012

You may define a page background with the API call:

[language=java:x8menc5o]PD4PageMark footer = new PD4PageMark();
// footer.setPageBackgroundColor(Color.green);
footer.setPageBackgroundImageUrl(“file:i/background.jpeg”);
pd4ml.setPageFooter(footer); // or setPageHeader() – both methods are ok[/language:x8menc5o]