Menu

#883 Parsing error

v1.0_(example)
closed
nobody
1
2014-01-27
2014-01-24
No

Hi,

I encountered issue on parsing files in attachment.
I don't know exactly the reason. On the structure built by your library, I found object with empty content (null).

Can you check on your side ?

May be you'll get better results.

Thanks

Discussion

  • Sebastien MALOT

    Sebastien MALOT - 2014-01-24

    Another failing file

     
  • Sebastien MALOT

    Sebastien MALOT - 2014-01-25

    I don't know if it's normal, but I can see numerous "DecodeParms[null null]"

     
  • Nicola Asuni

    Nicola Asuni - 2014-01-25

    This is not a bug.
    The null values are set in the PDF files, so the parser reports them as they are.

     
  • Nicola Asuni

    Nicola Asuni - 2014-01-25
    • status: open --> closed
     
  • Sebastien MALOT

    Sebastien MALOT - 2014-01-25

    Ok for "DecodeParms[null null]", but after parsing PDF file using your library, other elements has got empty content "null", and it's not "normal"

     
  • Nicola Asuni

    Nicola Asuni - 2014-01-25

    Can you be more precise and show me some examples?

     
  • Sebastien MALOT

    Sebastien MALOT - 2014-01-25

    I you dump the structure once parsed of the file "Time_on_your_side_preview", you'll see the object "210_0" structured like that :

    ["210_0"]=>
      array(3) {
        [0]=>
        string(4) "null"
        [1]=>
        string(4) "null"
        [2]=>
        int(453)
      }
    

    I don't know how to check if it's normal.

     
  • Nicola Asuni

    Nicola Asuni - 2014-01-26
     
  • Nicola Asuni

    Nicola Asuni - 2014-01-26

    OK. Fixed in TCPDF 6.0.057.
    The object counter was not updated in one case.

     
  • Sebastien MALOT

    Sebastien MALOT - 2014-01-26

    can you remove the attached file ?
    thanks for that

     
  • Nicola Asuni

    Nicola Asuni - 2014-01-27

    Yes, I have just removed the attachment.

     

Log in to post a comment.