RE: [iText-questions] precision of real numbers in pdf

2002-04-24 Thread Paulo Soares
Wednesday, April 24, 2002 17:05 > To: [EMAIL PROTECTED] > Subject: [iText-questions] precision of real numbers in pdf > > Hi, > > i noticed an example in PDF 1.4 reference using real numbers with more > than two digits after the period. In iText, format double cuts off all

[iText-questions] precision of real numbers in pdf

2002-04-24 Thread David Teran
Hi, i noticed an example in PDF 1.4 reference using real numbers with more than two digits after the period. In iText, format double cuts off all except the first two digits after the period for number greater than 1 and lower than 32767. Is this the real maximum precision of PDF or just an i