NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: DonnieS on May 06, 2010, 12:10:50 PM
-
In my app, I need to give my users the ability to create documents, save them - what would be the best solution for this need?
-
I've not had to do this yet Donnie, so I guess comments from others would be welcome here.
Cheers
Bruce
-
What sort of Doc's?
Is it better to store templates and let users download enter data and then upload a finished doc?
It is pretty easy to add a procedure to change a doc to PDF using an external program and clarion Run command if you wanted to add that feature.
-
Word doc, google docs that I would convert to a word doc within the server app. Within the server app, I will use OI to do various manipulations etc. of the document.