Here is What am trying to do. I made a simple docs sharing application. So a user can write a new document and share that document by giving its unique URL to someone. E.g. lets say my website is, www.quickdocs.com, if you make a new document, the app will provide u a new unique URL e.g. www.quickdocs.com/j2341kk3n5k5asd32/ and u can then share that URL with someone. The app also supports file uploads. So a user can upload a file, modify, and share it.
Having said that, My problem is on the upload bit. The app supports image uploads, and text file uploads. but i want to support micosoft office docs with (.doc or .docx) extension. Now obviously these type of files have a different character encoding, so there has to be some sort of conversion. So is there any Library or API that can convert such files. I've seen unoconv, but its not supported on windows. Currently i am developing the app on both arch linux env and windows. so the Library / API has to be supported on both linux/unix and windows environments. Thanks -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
