Hello,
In my application, i generated PDF with an template XML
I use itext-1.4.4.jar. At origin, I put values (10,10,10,10) for leftMargin, rightMargin, topMargin and bottomMargin of my document, so I use the parser and the method "XmlParser.parse(document, in, tagmap);". But after this call to the Parser, i look that my margins are equals to the margins automatically fixed (36,36,36,36)...I don't understand, i think that the parser overwrite my margins (10,10,10,10).
I have done a test with an old package (iText.jar, itext-xml-1.01.jar) and in this case margins are not overwrite !!! Is The parser of this old packages not the same that one of itext-1.4.4.jar ?
Can you help me ?
Thant You
Nicolas
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
