TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Tools for Writing to PDFs?

7 点作者 michaelmarkell大约 5 年前
I have a large number of PDF forms (think government applications) that I need to write data into. Right now we are doing it by hand, but I would love to find a tool that allows us to 1. Map some sort of schema to a PDF 2. On a POST request, generate a new PDF via the POST data and the mapping<p>Any recommendations for how to solve this?

2 条评论

celias大约 5 年前
This article <a href="http:&#x2F;&#x2F;www.blog.pythonlibrary.org&#x2F;2018&#x2F;05&#x2F;22&#x2F;filling-pdf-forms-with-python&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.blog.pythonlibrary.org&#x2F;2018&#x2F;05&#x2F;22&#x2F;filling-pdf-for...</a> mentions pdfforms <a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;pdfforms&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;pdfforms&#x2F;</a> which uses pdftk to fill forms.
评论 #22769102 未加载
santa_boy大约 5 年前
I used this a while back (<a href="https:&#x2F;&#x2F;github.com&#x2F;galkahana&#x2F;HummusJS" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;galkahana&#x2F;HummusJS</a>) and it worked quite well. While the support has ended, I think it should still work.<p>Worth a try. HTH