Top "Spire.doc" questions

Independent .NET class library which allows user to directly operate Word document, format and style and insert content to Word document without Microsoft Office.

How can I insert image and text into a Microsoft Word template?

Below code with spire.doc var doc = new Document(); doc.LoadFromFile(@"E:\test.docx", FileFormat.Doc); var image = Image.FromFile(@"…

c# spire.doc
how to change font size of word document using .net

I am working on a application using C# and Spire.Doc which saves the word document to specified format which …

c# fonts spire.doc