PyPDF4 icon indicating copy to clipboard operation
PyPDF4 copied to clipboard

unexpected escape string

Open kirk86 opened this issue 6 years ago • 0 comments

Unable to read pdf files with strange filenames. For instance, I have pdfs with filenames [author1;author2;authorN]_pdf_title_(comment).pdf Every time I try to read a file it throws an error of "unexpected escape string". Opening the pdf in binary mode with open('file', 'rb') works just fine.

kirk86 avatar Jun 09 '19 19:06 kirk86