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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Which pdf form filler do you use?

3 点作者 xstartup将近 7 年前
When I search for &quot;pdf form filler&quot;, I see many websites. I don&#x27;t have time to audit their code. Some might be selling our data.<p>So, which pdf form filler should we use if we do not want our filled data to be leaked or sold.

4 条评论

chatmasta将近 7 年前
Do you mean as user filling the forms or as a developer writing software to fill the forms?<p>As a user, just use Acrobat or Preview.<p>As a developer, there are lots of options. Check out python pdf libraries. There is also a lot of work going into JS PDF libraries if you want to keep everything on the client.<p>Actually, this is one area where I’m excited about web assembly. There are so many native tools for working with pdf. Compiling those to wasm and running them on the client opens some really interesting posssibilities.
saluki将近 7 年前
OSX preview is the best pdf filler I have adobe acrobat too but prefer apple preview, way easier to use and less issues with created pdf files.<p>acrobat is nice occasionally for more complex stuff, but if I can do it in preview I use that.
LarryMade2将近 7 年前
Yeah, if its programmatic PDF filling, it depends on your language&#x2F;platform of choice (make a comment with that to get more relevant responses). For PHP I&#x27;d recommend TCPDF with FPDi.
rahimnathwani将近 7 年前
How about <a href="https:&#x2F;&#x2F;pdfbox.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pdfbox.apache.org&#x2F;</a>