classes :
com.etymon.pj.PdfParser
com.etymon.pj.object.PjNumber
In PdfParser, (lines 339 - 343), the parse( ) method
pushes a number on the stack.
It pushes the number in a float data type (call to
PjNumber() )
If the number is greater than a certain size, the
conversion to float will loose the precision of the number.
(example : 19876543)
When the parse( ) method treats a...
2005-11-15 11:41:30 UTC in PJX