Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDFファイルを表示する #40

Closed
K-Daiki-0ne opened this issue Apr 22, 2021 · 1 comment
Closed

PDFファイルを表示する #40

K-Daiki-0ne opened this issue Apr 22, 2021 · 1 comment
Assignees
Labels
decode/PDF Base64にエンコードされたPDFファイルを表示する

Comments

@K-Daiki-0ne
Copy link
Owner

Bae64にエンコードされたPDFファイルを表示できるようにする

使用ライブラリ

  • react-pdf

参考ドキュメント

上記を参考にして開発を行う。

@K-Daiki-0ne K-Daiki-0ne added the decode/PDF Base64にエンコードされたPDFファイルを表示する label Apr 22, 2021
@K-Daiki-0ne K-Daiki-0ne self-assigned this Apr 22, 2021
@K-Daiki-0ne
Copy link
Owner Author

pdfjs.GlobalWorkerOptions.workerSrc = `//cdnjs.cloudflare.com/ajax/libs/pdf.js/${pdfjs.version}/pdf.worker.js`;

上記処理を追加することでPDFファイルの表示が行えるようになった。

参考にしたIssue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
decode/PDF Base64にエンコードされたPDFファイルを表示する
Projects
None yet
Development

No branches or pull requests

1 participant