The Aspose.Words ODT File Processor for .NET provides efficient editing and management of ODT (OpenDocument Text) and OTT (OpenDocument Text Template) files. It lets you open existing documents or create new ones, modify content and structure, and save in ODT or OTT formats. The processor is designed for reliable automation in .NET applications and aligns with metered licensing activation for plugins.
Document class with the input file path, or create an empty Document.DocumentBuilder from the Document instance.DocumentBuilder methods to insert and update text, paragraphs, tables, images, and other elements.Document.Save to persist changes as ODT or OTT.Document and a DocumentBuilder.DocumentBuilder.InsertChart with the required chart type.Shape to access the Chart object.Chart properties and Chart.Series.Add.Document.Save.Create a new Document or open an existing one. Use DocumentBuilder.StartBookmark with a name, insert the required content, then call DocumentBuilder.EndBookmark. Save the file as ODT or OTT with Document.Save. This approach adds precise navigation points for downstream processing.
It is a .NET component for creating, loading, editing, and saving ODT and OTT documents programmatically.
Yes. You can load ODT or OTT files and export them to other supported formats using the appropriate Processor plugins. For example, convert ODT or OTT to PDF by activating the PDF Processor plugin.
No. The processor works directly in your .NET application without external tools.
Plugins are activated using metered licensing. Apply your license at startup and proceed with normal API usage.
See the Aspose.Words GitHub repository for complete code examples and guides.