swxben / docx-template-engine

A template engine for the .NET platform which takes a DOCX file and applies a data object to generate reports, do mail merges, etc.
35 stars 17 forks source link

Process should allow for Stream Input and Output #10

Closed ghost closed 10 years ago

ghost commented 10 years ago

Mostly for Workflows on azure, reading to and from blob storage (where file access is not an option)

Wrote really simple test for it, just to verify that no exceptions are thrown.

becdetat commented 10 years ago

Cheers Mark, I'll release a new package ASAP. Really appreciate your PR.