Re: [iText-questions] Decimal Places

2008-09-02 Thread Paulo Soares
iText doesn't round anything, it only works with strings. Convert the number to a string and then look at the string. Paulo - Original Message - From: "Mike Duffy" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 1:31 AM Subject: Re: [iText-questions]

Re: [iText-questions] Decimal Places

2008-09-01 Thread Mike Duffy
I am adding a String to a Chunk and then adding that Chunk to a phrase. The string is a decimal format of a latitude value. From debugging the code I am certain the String contains the value, "31.20754326". Even though it's in a String, iText rounds this value to "31.208" I Googled on this fo