|
|
|
Ask HN: Which pdf form filler do you use?
|
|
3 points
by xstartup
2914 days ago
|
|
When I search for "pdf form filler", I see many websites. I don't have time to audit their code. Some might be selling our data. So, which pdf form filler should we use if we do not want our filled data to be leaked or sold. |
|
As a user, just use Acrobat or Preview.
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.
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.