-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to handle DocuSign\xae giving illegal character error #2323
Comments
See #2314 as well. Please provide complete code for reproduction as well as the complete traceback. Additionally, for reproduction purposes the PDF file is required. |
Also please note that PdfMerger is obsolete and PdfWriter should be used instead |
Want to bump this. Any way to specify some kind of more generic encoding |
You are always invited to propose a corresponding PR to improve this. |
@eabase can you provide a test file for evaluation |
Replace this: What happened? What were you trying to achieve?
Environment
Which environment were you using when you encountered the problem?
Code + PDF
I get this error from:
It comes from:
Illegal character in Name Object (b'/DocuSign\xae')
and not UTF-8 related.
See:
https://stackoverflow.com/questions/76328047/how-can-i-remove-the-character-from-multiple-multi-page-pdfs-using-pymupdf-for
Related to #369
The text was updated successfully, but these errors were encountered: