Oh, I almost forgot, but few weeks ago I was looking for a tool that can convert from markdown to pdf, and I found pandoc:
http://johnmacfarlane.net/pandoc/ which, I think it can convert from any format to any other.. including docx. You might want to have a look into that 2012/9/17 José F. Romaniello <[email protected]> > not sure if this will help you, but docx files are in fact..zips, with a > bunch of xml inside. > > Have you tried opening with 7z or something alike? > > > 2012/9/17 Abramovick <[email protected]> > >> 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/<http://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 >> > > -- 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
