运行 PDF.JS 时出现问题

发布于 2025-01-10 14:11:24 字数 603 浏览 0 评论 0 原文

我正在创建一个简单的程序,使用库 pdf.js (https://www.npmjs.com/package/pdfjs-dist

到目前为止,我有一个正在调用 let PDFJS = 的 index.js 文件require('pdfjs-dist'); 我通过命令 'npm i pdfjs-dist' 安装了 pdf.js。问题是,当我尝试运行我的 index.js 文件“run index.js”时,我遇到了以下错误,

/path/to/node_modules/pdfjs-dist/build/pdf.js:1361
       await this._transport?.destroy();
                          ^

SyntaxError: Unexpected token '.'

我想知道其他人在使用 pdf.js 时是否遇到过类似的问题(将提供链接)如果是这样,如何解决?在使用 pdf.js 之前我需要什么?

任何帮助都会非常有帮助。

I am looking to create a simple program that prints the text contents of a pdf file to the screen using the library pdf.js (https://www.npmjs.com/package/pdfjs-dist)

So far, I have an index.js file that is calling let PDFJS = require('pdfjs-dist'); I installed pdf.js using via the command 'npm i pdfjs-dist'. Problem is, as soon as I tried to run my index.js file 'run index.js' I am hit with the following error

/path/to/node_modules/pdfjs-dist/build/pdf.js:1361
       await this._transport?.destroy();
                          ^

SyntaxError: Unexpected token '.'

I'd like to know if anyone else had faced a similar issue when using pdf.js (will provide link) and if so, how to fix it? is there something that I require before using pdf.js?

any help would be very helpful.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文