The new version Spire.Doc 6.1.17 supports to manipulate ODT format file

Top Quote E-iceblue announced that the new edition of Spire.Doc 6.1.17 is capable of creating and converting the OpenDocument text(ODT) format file. End Quote
  • (1888PressRelease) February 02, 2018 - Hong Kong, Jan 25 2018, E-iceblue, the professional vendor of .NET, Silverlight and WPF development components, released the latest version of Spire.Doc 6.1.17. This version supports the creation and manipulation of ODT format file, and the file format conversion from ODT to Docx, PDF, XPS, etc. More details are as follows.

    New features:
    1.Supports to create ODT format file from scratch.
    2.Supports to convert ODT to Doc, Docx, PDF, XPS, Image, TXT and EPUB.
    3.Supports to generate ODT from Doc and Docx format file.

    SAMPLE CODE1: Create ODT file
    [C#]
    //Create an object of Document class and add section
    Document odt = new Document();
    Section section = odt.AddSection();
    //Add Paragraph
    Paragraph Para = section.AddParagraph();
    //Append Text
    Para.AppendText("Spire.Doc for .NET, a professional .NET Word component");
    //Save to file
    odt.SaveToFile("Creation.odt",FileFormat.Odt);

    SAMPLE CODE 2: Convert ODT to Doc/PDF/XPS/TXT format file
    [C#]
    //Create an object of Document class and load the sample file
    Document odt = new Document(@"C:\Users\Administrator\Desktop\Create.odt");
    //convert the Odt file to Doc/PDF/XPS/TXT
    odt.SaveToFile("output.doc",FileFormat.Doc);
    odt.SaveToFile("result.pdf", FileFormat.PDF);
    odt.SaveToFile("result.xps", FileFormat.XPS);
    odt.SaveToFile("File.txt", FileFormat.Txt);

    Click the link to download the latest version Spire.Doc 6.1.17:
    https://www.e-iceblue.com/Download/download-word-for-net-now.html

    More features about Spire.Doc for .NET, you can visit here:
    https://www.e-iceblue.com/Introduce/word-for-net-introduce.html

    About Spire.Doc for .NET
    As an independent Word .NET component, Spire.Doc for .NET is specially designed for developers to create, read, write, convert and print Word document files from any .NET(C#, VB.NET, ASP.NET) platform with fast and high quality performance. It can incorporate Microsoft Word document creation capabilities into any developers' .NET applications.

    About E-icebule
    E-icebule Co.Ltd is a vendor of .NET, Silverlight and WPF development components. The goal of e-E-icebule is always to offer high-quality components for reading and writing different formats of office files.

    Official website:
    https://www.e-iceblue.com/
    Free to contact us if you have any questions:
    https://www.e-iceblue.com/Misc/maillist.html

    ###
space
space
  • FB Icon Twitter Icon In-Icon
Contact Information