PD4PageMark footer = new PD4PageMark() {<br />
public String getHtmlTemplate(int pageNumber) {<br />
if ( pageNumber % 2 == 0 ) {<br />
return "<html><body>some left aligned stuff...";<br />
} else {<br />
return "<html><body>some right aligned stuff...";<br />
}<br />
}<br />
};<br />
pd4ml.setPageFooter(footer);
every body help me please, it’s very urgent.
i have followed the code above for printing even condition but something wrong here. if i didn’t print the first page number, the footer page didn’t print . if i tried by odd condition then the footer page will print.