You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to get your opinion on this @brmmm3: I'd like to remove Object::as_string, because I think it provides a misleading interface to convert an object, as basically no object in PDFs is encoded in UTF-8.
A few days ago, I implemented #297, which is able to properly decode a text string, no matter if it's encoded in UTF-8, UTF-16BE or PDFDocEncoding.
The text was updated successfully, but these errors were encountered:
I would like to get your opinion on this @brmmm3: I'd like to remove
Object::as_string
, because I think it provides a misleading interface to convert an object, as basically no object in PDFs is encoded in UTF-8.A few days ago, I implemented #297, which is able to properly decode a text string, no matter if it's encoded in UTF-8, UTF-16BE or PDFDocEncoding.
The text was updated successfully, but these errors were encountered: