by xstartup on 6/23/18, 7:15 AM with 4 comments
So, which pdf form filler should we use if we do not want our filled data to be leaked or sold.
by chatmasta on 6/23/18, 11:55 AM
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.
by saluki on 6/25/18, 10:09 PM
acrobat is nice occasionally for more complex stuff, but if I can do it in preview I use that.
by LarryMade2 on 6/23/18, 2:32 PM
by rahimnathwani on 6/25/18, 7:26 PM