IDocumentWriter

Hi,

Is anybody interested in Aspose making Aspose.Word more open for interoperability?

At the moment Aspose.Word can only save in DOC and TXT formats and although we plan to support saving in many other formats it will take some time to get there.

In the meantime we can expose some lower-lever interfaces that will allow you to implement your own custom writer or document content enumerator if you need to.

I’m talking about something like IDocumentWriter interface with methods SectionStart, SectionEnd, ParagraphStart, ParagraphEnd, TextRun etc that you can implement.