gpt4 book ai didi

javascript - 使用JSPDF将网页转换为pdf : 'Uint8Array' is undefined

转载 作者:行者123 更新时间:2023-11-28 02:27:31 25 4
gpt4 key购买 nike

我正在尝试使用 jspdf 将表单从网页转换为 pdf。我有一个按钮应该触发 pdf 的创建,但当我按下它时出现此错误:

0x800a1391 - Microsoft JScript 运行时错误:“Uint8Array”未定义

当我尝试在 Chrome 中打开它时,我得到一个空白的 pdf 文件并且没有错误。

该错误是由第二个文件中的这一行引起的:

var array = new Uint8Array(new ArrayBuffer(length));

https://gist.github.com/anonymous/4715183

我假设由于它创建了一个空白的 pdf,问题在于缓冲区试图读入数据。我不知道我在做什么,因此我们将不胜感激。

最佳答案

Uint8Array在 Internet Explorer 10 之前才可用。

Can I Use...表示类型化数组从 Firefox 4 和 Chrome 7 开始可用。

关于javascript - 使用JSPDF将网页转换为pdf : 'Uint8Array' is undefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14711195/

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