empira / PDFsharp-1.5

A .NET library for processing PDF
MIT License
1.28k stars 588 forks source link

All unexpected chars in an array or dictionary are now sting entries. #35

Open mlaukala opened 6 years ago

mlaukala commented 6 years ago

Arrays If any unexpected token is encountered inside of an array, we append each char until whitespace, eof, or endarray token is found.

Dictionary if any unexpected token is encountered inside of a dictionary we append each char until slash or greater than sign.