yurydelendik / pdfjs-react

Simple example of using PDF.js components with React.
85 stars 38 forks source link

The page of pdfjs is error #1

Closed Thj007 closed 6 years ago

Thj007 commented 6 years ago

i'm make a project about the pdf preview, but i found some pdf page font is error code. such as : i want the pdf can show like this: right but i get it like this: error Can you help me ?

yurydelendik commented 6 years ago

Probably cmap information/path is not provided. See https://github.com/mozilla/pdf.js/blob/628e70fbb5dea3b9066aa5c34cca70aaafef8db2/src/display/api.js#L142. Closing as answered.