cyntler / react-doc-viewer

File viewer for React.
https://cyntler.github.io/react-doc-viewer
Apache License 2.0
373 stars 125 forks source link

feat: Make PDFRender Support non-latin characters #281

Open SuperZ3 opened 2 months ago

SuperZ3 commented 2 months ago

Description: This pull request adds some updates according https://github.com/wojtekmaj/react-pdf#support-for-annotations, which make PDFRender support for annotations, text layer and non-latin characters

before: before

after: after

Please review the changes and let me know if you have any feedback or questions. I'm happy to make any necessary updates.

Thank you for your time and consideration.