Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 627 Bytes

File metadata and controls

16 lines (10 loc) · 627 Bytes

docx-transform

Node stream transform that takes a html stream and produced a Word docx stream

This was initiailly intended to convert an arbitaty stream of html into a stream of MS Word docx. It turned out in being an excercise in node stream programming. Who's have thought that implementing a html to docx converter would be more work than copying my CV into a word document and reformatting it. Go figure...

Contributing

If have a html to docx converter please feel free drop your code into in here.

See also

docx-api is a simple http server that uses this module