Save pdf form in mysql
Is there a tool/software that I can use for clients to save their pdf form online. Example: I have e generic fill-able pdf form online, have them fill it out online and save it on the fly. Is there something l开发者_StackOverflowike that out there?
It is possible but why save it in the database? You could probably save it on the filesystem as well?
-> store a pdf in mysql
精彩评论