  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | Number Formatting Problem | Number Formatting Problem 2005-05-31 - By Peter Gillespie
Back iText:
Each month, I use itext lowagie to create four financial reports from xml files. Every time I create the reports, one of the dollar amounts on one of the reports is compressed horizontally. The field is overwriting itself. I tried to cut and paste in an example but was unable. Also every month it occurs in a different location and sometimes a different report. I check the xml input files every month and all the fields are formatted correctly. Any advice is appreciated.
Thanks in advance!
Peter
Peter Gillespie IT Developer Downes-O'Neill LLC & eDairy, Inc. Direct: 312-456-3632 Toll Free: 800-504-5633 X3632 Visit our websites at www.downesoneill.com <BLOCKED::http://www.downesoneill.com/> and www.dairy.nu <BLOCKED::http://www.dairy.nu/>
<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas -microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head> <meta http-equiv=Content-Type content="text/html; charset=us-ascii"> <meta name=Generator content="Microsoft Word 11 (filtered medium)"> <style> <!-- /* Font Definitions */ @(protected) {font-family:Garamond; panose-1 (See http://ose-1.ora-code.com):2 2 4 4 3 3 1 1 8 3;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline;} span.EmailStyle17 {mso-style-type:personal-compose; font-family:Arial; color:windowtext;} @(protected) Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in;} div.Section1 {page:Section1;} --> </style>
</head>
<body lang=EN-US link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'>iText:<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal style='text-autospace:none'><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>Each month, I use itext lowagie to create four financial reports from xml files. Every time I create the reports, one of the dollar amounts on one of the reports is compressed horizontally. The field is overwriting itself. I tried to cut and paste in an example but was unable. Also every month it occurs in a different location and sometimes a different report. I check the xml input files every month and all the fields are formatted correctly. Any advice is appreciated. <o:p>< /o:p></span></font></p>
<p class=MsoNormal style='text-autospace:none'><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal style='text-autospace:none'><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>Thanks in advance!<o:p></o:p></span> </font></p>
<p class=MsoNormal style='text-autospace:none'><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal style='text-autospace:none'><font size=2 face=Arial><span style='font-size:10.0pt;font-family:Arial'>Peter <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'> <o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt; font-family:Arial'><o:p> </o:p></span></font></p>
<p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'> <b><font size=3 color=navy face=Garamond><span style='font-size:12.0pt;font-family :Garamond; color:navy;font-weight:bold'>Peter Gillespie<br> IT Developer<br> Downes-O’Neill LLC & eDairy, Inc.<br> </span></font></b><font face=Garamond><span style='font-family:Garamond'>Direct : 312-456-3632<br> Toll Free: 800-504-5633 X3632<br> Visit our websites at <a href="BLOCKED::http://www.downesoneill.com/" title="http://www.downesoneill.com/">www.downesoneill.com</a> and <a href="BLOCKED::http://www.dairy.nu/" title="http://www.dairy.nu/">www.dairy.nu< /a> </span></font><b><font color=navy face=Garamond><span style='font-family :Garamond; color:navy;font-weight:bold'><o:p></o:p></span></font></b></p>
<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size: 12.0pt'><o:p> </o:p></span></font></p>
</div>
</body>
</html>
|
|
 |