P
Pedro Rosas Silva
Hi everyone,
Is anybody aware of a way how to insert an image in a WordML document
programmatically, through C#?
I have a C# application that loads into memory a WordML document
(XmlDocument).
The document is tagged in certain places so that the C# application
can search for those tags (using the System.Xml namepace) and fill
some text in the document.
For text items everything is simple.
But I also need to insert images in the WordML document. The <ict>
element in WordML is quite complex.
Are you aware of any API that can do this? Given a filename, it should
insert the WordML stuff with the image.
Please notice that I cannot use Microsoft Word Object Model, because
MS Word will not be available.
It will be a Web application and the Server will not have MS Word
installed. The .Net framework available is version 1.1.
Please advice if you have any experience with images in WordML.
Thank you.
Best Regards,
Pedro Rosas Silva
Is anybody aware of a way how to insert an image in a WordML document
programmatically, through C#?
I have a C# application that loads into memory a WordML document
(XmlDocument).
The document is tagged in certain places so that the C# application
can search for those tags (using the System.Xml namepace) and fill
some text in the document.
For text items everything is simple.
But I also need to insert images in the WordML document. The <ict>
element in WordML is quite complex.
Are you aware of any API that can do this? Given a filename, it should
insert the WordML stuff with the image.
Please notice that I cannot use Microsoft Word Object Model, because
MS Word will not be available.
It will be a Web application and the Server will not have MS Word
installed. The .Net framework available is version 1.1.
Please advice if you have any experience with images in WordML.
Thank you.
Best Regards,
Pedro Rosas Silva