1
Saturn72 Oct 10, 2024
生成 html 转 pdf
|
3
l1xnan Oct 10, 2024
nodejs/python 调 typst 试试,我看 HN 上有人这样搞,typst 非常轻量没啥依赖,速度快,能搞复杂排版
|
4
thoo61871 Oct 10, 2024
我是 jspdf ,半手搓,先让 AI 来搓一次
|
5
lovedebug Oct 10, 2024 html 渲染页面 + puppeteer 和 headless chrome 直接调用导出 pdf ,puppeteer 自身提供了一些 CSS 定制 pdf 整体样式,接受自动页码,目录,页眉页脚。
|
6
w292614191 Oct 10, 2024
LibreOffice + JodConverter 将 Excel 转 DPF 完美,还支持打印模式。
|
7
wuyiccc Oct 10, 2024
reactpdf , 我现在就在用,支持纯前端代码编写预览,或者 node 端部署 stream 流形式下载
|
8
nzynzynzy Oct 10, 2024
freemarker ? netsuite 被迫用这个
不过我猜你要找的是 WYSIWYG ,https://editorjs.io/ ,这个我打算抽空研究的现在还没时间,不过你可以先看看 |
9
iyiluo Oct 10, 2024
jasper ,这个是先用软件画好模板,然后用代码填充数据生成 pdf
|
10
googleaccount Oct 10, 2024
playwright 或者 puppeteer 把 html 转成 pdf
|
11
forschers Oct 10, 2024
生成 html 转 pdf
|
15
spritevan Oct 10, 2024
|
16
justdoitzZ Oct 10, 2024
LaTeX + listings 包怎么样?
|
17
sgq1128 Oct 10, 2024
gotenberg
|
18
lurenjiaMAX Oct 10, 2024 via Android
typst+1
|
19
qyf1994 Oct 10, 2024
wkhtmltopdf
|
20
ATOnTheRun Oct 10, 2024
vscode 里的 office viewer
|
21
SenLief Oct 10, 2024
调用 pandoc 处理
|
22
xuelu520 Oct 10, 2024
生成 html 再转成 pdf
|
23
sleepm Oct 10, 2024
html 转 pdf wkhtmltopdf
word 转 pdf unoserver |
24
natsu94 Oct 10, 2024
借楼问下生成 word 有什么好方案
|
26
ratazzi Oct 10, 2024
svg 做模板,可以用 figma 设计,导出时将 text 包含 id ,本身是 xml 很容易替换内容,然后画到 pdf 里
|
27
Iamadog Oct 10, 2024
https://www.npmjs.com/package/pdfmake ,我之前给我们产品写用户协议的时候用的这个库,填充数据直接生成就行可以了
|
28
mkmoon OP |
29
EMMMMMMMMM Oct 10, 2024 via Android
学习了,有没有收藏功能啊
|
30
lmq1919 Jul 10, 2025
可以看我的全新解决方案,前端直接将 dom 节点转成真正的 pdf ,而不是 canvas 图片式的,体积更小,可编辑,高清晰度,无需服务器 https://github.com/lmn1919/dompdf.js
|