TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Which pdf form filler do you use?

3 pointsby xstartupalmost 7 years ago
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 comments

chatmastaalmost 7 years ago
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.
salukialmost 7 years ago
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.
LarryMade2almost 7 years ago
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.
rahimnathwanialmost 7 years ago
How about <a href="https:&#x2F;&#x2F;pdfbox.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pdfbox.apache.org&#x2F;</a>