-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
needs-example-codeThe issue needs a minimal and complete (e.g. all imports) example showing the problemThe issue needs a minimal and complete (e.g. all imports) example showing the problem
Description
Explanation
The text string type shall be used for character strings that shall be encoded in PDFDocEncoding, the UTF-16BE Unicode character encoding scheme, or (PDF 2.0) the UTF-8 Unicode character encoding scheme.
PDF 2.0 specification.
TextStringObject
does not have UTF-8, introduced in PDF 2.0.
Adding this will update the classTextStringObject
to the PDF 2.0 standard. Currently the class ignores UTF-8, and may be categorizing it as PDFDocEncoding.
Metadata
Metadata
Assignees
Labels
needs-example-codeThe issue needs a minimal and complete (e.g. all imports) example showing the problemThe issue needs a minimal and complete (e.g. all imports) example showing the problem