-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
The plugin (0.25.0) as it is does not show characters in Japanese (and probably many other languages) properly. They just appear as blank characters.
Solving this problem is quite easy, though. Adding
PDFJS.cMapUrl = "../cmaps/";
PDFJS.cMapPacked = true;
to ~/.atom/packages/pdf-view/node_modules/pdfjs-dist/build/pdf.js just makes my PDFs look fine. Hope the fix is applied in the next release.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels