pdfquery
pdfquery copied to clipboard
ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes or control characters
environment: pdfquery=0.4.3 python=2.7.15
I use pdfquery to load this pdf, and encounter an error.
error information as follows:
pdf.load()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pdfquery/pdfquery.py", line 385, in load
self.tree = self.get_tree(*_flatten(page_numbers))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pdfquery/pdfquery.py", line 487, in get_tree
for n, page in pages:
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pdfquery/pdfquery.py", line 608, in
I'm having the same issue. Any update?