Skip to content

PDFs containing Japanese characters #76

@yohasebe

Description

@yohasebe

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions