Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想了解 PDFKit 代码以显示任何 html 页面的 pdf 内联
我想要使用的代码
发送数据()
或send_file()
或render.pdf {}
像这样的东西
我能够使用 pdfkit 创建 pdf 文件,但不知道如何内联呈现它
您的浏览器中是否有支持内联 pdf 渲染的插件?我禁用了我的,因为我总是想要下载而不是内联:)