pmaupin / pdfrw

pdfrw is a pure Python library that reads and writes PDFs
Other
1.84k stars 271 forks source link

Some of the pdfs while parsing throw 'pdfrw.errors.PdfParseError: Unterminated literal string Unterminated literal string error' #200

Open sandeep-tukaram opened 4 years ago

sandeep-tukaram commented 4 years ago

File "../pdfrw/tokens.py", line 131, in _gettoks 'Unterminated literal string') File "../pdfrw/tokens.py", line 229, in exception raise PdfParseError(self.msg(*arg)) pdfrw.errors.PdfParseError: Unterminated literal string (line=48, col=9, token='(\xe6\x88\xa42\x9b\x83"\xa4\xcb\xe1\xf6\xd9\xabb\x1d\xb2\x1d8^\x98\x8b\x94\xeb\x16c ...')

Raniem-Ar commented 3 years ago

any update on this one please? any suggested solutions ?