Is it possible to access the .doc files and update in that document using javascript .
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t believe you can do this, for one
.docisn’t stored in a format JavaScript can easily interpret…and I’m unaware of anyone ever taking the effort to port the.docformat to JavaScript. If it was possible, the library would need to edit it in memory and upload it again in some other format, base64 encoded perhaps?In any case this is no small project, it’s a huge effort and I’ve never seen anything close. That being said, there are alternatives depending on your exact needs, for example these guys do a browser implementation: http://www.textcontrol.com/en_US/products/dotnet/overview/
I’m not sure if there are others, and I haven’t personally used theirs, but maybe that’ll put you on the right track to finding the client solution you’re after.