Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Spire.License.LicenseProvider.SetLicenseFileName("license.elic.xml");
- Spire.License.LicenseProvider.LoadLicense();
- Document doc = new Document();
- Section section = doc.AddSection();
- Paragraph Para = section.AddParagraph();
- Para.AppendText("Spire.Doc for .NET, a professional .NET Word component, "
- + "enables developers to perform a large range of tasks on Word document(from Version Word97-2003 to Word 2010) "
- + "for .NET in C# and VB.NET."
- + "This libray is specially designed for .NET developers to help them"
- + "to create any WinForm and ASP.NET Web applications to create, open, write, edit, save and convert"
- + "Word document without Microsoft Office and any other third-party tools installed on system.");
- doc.SaveToFile("OperateWord.docx", FileFormat.Docx);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement