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