egonl

Results 30 comments of egonl

Version 2.4.0 now has ImageFromBase64, ImageFromUrl and ImageFromStream methods.

SharpDocx doesn't support importing HTML yet, but it should be fairly easy to add this functionality. See for example http://www.ericwhite.com/blog/2011/03/27/importing-html-that-contains-numbering-using-altchunk/

Combining documents is not supported by SharpDocx, I would also use Open-Xml-PowerTools for this.

This is not supported out of the box, but it should be fairly easy to implement with with DocumentFormat.OpenXml's GridSpan. See https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.gridspan?view=openxml-2.8.1 and the Inheritance example.

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...

Added in #69 and released in version 2.5.0

Thanks, I'll include it in the upcoming 2.5 release.

@paulsterling Thanks for confirming. Just released version 2.4.1.

Yes please open a PR: I would like to play a little bit with it. Sounds like a good addition. The `` construction is indeed quite limited.