-
Notifications
You must be signed in to change notification settings - Fork 599
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
Help wanted: How to attach file with unicode name #513
Milestone
Comments
Solved:
It will be better to add unicode checking to
|
You mean if the file name contains non-ASCII character (or at least non-Latin symbols) the file name won't be shown? Pull request welcome. |
RangerMak
pushed a commit
to RangerMak/OpenPDF
that referenced
this issue
May 15, 2021
…ing then sets unicode file name True.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to attach file using
writer.addFileAttachment()
.Name of file contains cyrillic symbols which not shown in resulted PDF.
How to attach file with unicode name?
The text was updated successfully, but these errors were encountered: