Jean-Luc Hofman

Show:

What's happening?

  • PjNumber looses precision by conversion to float

    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

  • ClassCastException in pj.Pdf.java - appendPdfDocument( )

    Class : com.etymon.pj.Pdf The method appendPdfDocument(Pdf pdf) gets a reference to the "AcroForm" of the document to append in variable (line 503) On line 600, in case there is no "AcroForm" in the first document, it gets again a reference to the "Acroform" of the document to append. At this time, the call (PjDictionary) (otherCatalog.getAcroForm()...

    2005-11-15 11:29:47 UTC in PJX

About Me

  • 2005-11-15 (4 years ago)
  • 1378906
  • jlhofman (My Site)
  • Jean-Luc Hofman

Send me a message