SharpDocx icon indicating copy to clipboard operation
SharpDocx copied to clipboard

[Feature request] Send template as Stream

Open alphamax opened this issue 1 year ago • 1 comments

Hello,

I am testing SharpDocx and for my project, it could be useful to have a stream on "DocumentFactory.Create" instead of a path. Do you accept a PR where I expose another DocumentFactory.Create that take a stream ? What is needed/mandatory for this PR ? (stylecop or CI/CD) ?

Thanks,

B.

alphamax avatar Dec 06 '23 16:12 alphamax

Sure, you can create a PR and I'll be more than happy to have a look at it. Nothing is mandatory, but it would be nice if it follows the current coding style and passes the build.

egonl avatar Dec 07 '23 12:12 egonl

Added in #69 and released in version 2.5.0

egonl avatar Apr 25 '24 12:04 egonl