gpt4 book ai didi

javascript - 如何在不定义 pdf.worker 位置的情况下使用 pdf.js

转载 作者:行者123 更新时间:2023-11-30 14:54:06 28 4
gpt4 key购买 nike

我在使用 pdf.js 查看 pdf 时遇到问题。问题来自于PDFJS.workerSrc 设置。是否可以将 pdf.worker.js 包含在标题,例如

<script type="text/javascript" src="./../jsfiles/pdf.worker.js"></script>

不使用

PDFJS.workerSrc = './../jsfiles/pdf.worker.js';

这可能吗?非常感谢。

最佳答案

来自documentation :

In order to bundle all src/ files into two production scripts and build the generic viewer, run:

$ gulp generic

This will generate pdf.js and pdf.worker.js in the build/generic/build/ directory. Both scripts are needed but only pdf.js needs to be included since pdf.worker.js will be loaded by pdf.js. The PDF.js files are large and should be minified for production.

这意味着您只需要添加以下代码:

<script type="text/javascript" src="pdf.js"></script>

请记住,生成的所有文件都应位于与 pdf.js 相同的目录中

关于javascript - 如何在不定义 pdf.worker 位置的情况下使用 pdf.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47630034/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com