gpt4 book ai didi

node.js - 在 node.js 中使用 pdfkit 发送 HTTP 响应

转载 作者:搜寻专家 更新时间:2023-11-01 00:08:19 25 4
gpt4 key购买 nike

我在 node.js express 3 项目中使用 pdfkit 0.6.1。

我想将 PDF 作为 HTTP 响应发送,而不是将其保存在服务器上。

http://pdfkit.org/docs/getting_started.html 处的示例说要使用:

# HTTP response
doc.pipe fs.createWriteStream(res)

# add stuff to PDF here

# finalize the PDF and end the stream
doc.end()

但是我收到一条错误消息:“500 TypeError:路径必须是一个字符串”

最佳答案

看起来如果我使用它会很好用
doc.pipe res
而不是
doc.pipe fs.createWriteStream(res)

关于node.js - 在 node.js 中使用 pdfkit 发送 HTTP 响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23545798/

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