Hi,
I am trying to use header tag at my page in following way but header is not coming:-
<%@ taglib uri="http://pd4ml.com/tlds/pd4ml/2.6" prefix="pd4ml" %><%@page
contentType="text/html; charset=ISO8859_1"%><pd4ml:transform
screenWidth="900"
pageFormat="A5"
pageOrientation="landscape"
pageInsets="15,15,15,15,points"
enableImageSplit="false"
inline="true"
fileName="transaction.pdf"
interpolateImages="false">
<pd4ml:header areaHeight="50">
<font face="Arial" size="2">Header test.<br></font>
</pd4ml:header>
<pd4ml:footer areaHeight="20"><font color="red"><i>page $[page] of $[total]</i></font></pd4ml:footer>
<html>
<head>
<title>pd4ml header/footer test</title>
<style type="text/css">
body {
color: #000000;
background-color: #FFFFFF;
font-family: Tahoma, "Sans-Serif";
font-size: 10pt;
}
</style>
</head>
<body>
Hello, World!
<pd4ml:page.break/>
<table width="100%" style="background-color: #f4f4f4; color: #000000">
<tr><td>Hello, New Page!</td></tr>
</table>
</body>
</html>
</pd4ml:transform>Currently I am experimenting with evaluation copy.
Please help me. If I will not be able to use header tag then we have to look for some other option.
Thanks
Pankaj