# Wordize .NET API Reference Official API reference for Wordize for .NET. ## API for Getting Started - [API Overview](https://reference.wordize.com/net/): Main entry point of the Wordize for .NET API reference. - [Licensing and Settings](https://reference.wordize.com/net/wordize/settings/): Information about license setup and core API configuration, as well as language settings and hyphenation callbacks. - [Supported Load File Formats](https://reference.wordize.com/net/wordize/loadformat/): List of supported load formats. - [Supported Save File Formats](https://reference.wordize.com/net/wordize/saveformat/): List of supported save formats. ## Configuration - [Fonts](https://reference.wordize.com/net/wordize.fonts/): Managing font sources, substitution, and embedding. - [Load Options](https://reference.wordize.com/net/wordize.loading/): Configuring load options, language preferences, and recovery options. - [Save Options](https://reference.wordize.com/net/wordize.saving/): Configuring save options and encoding. ## Developer Guide – API Reference Namespaces - [Wordize](https://reference.wordize.com/net/wordize): The core module of the Wordize .NET SDK, providing the foundational abstractions, licensing mechanisms, format enumeration (LoadFormat, SaveFormat), global settings, and shared utilities for all other modules. - [Wordize.AI](https://reference.wordize.com/net/wordize.ai/): Provides intelligent text-processing features such as summarization, translation, grammar checking and other AI-driven enhancements integrated into document workflows. - [Wordize.Comparing](https://reference.wordize.com/net/wordize.comparing/): Enables comparison of two documents, highlighting differences (insertions, deletions, style changes) and generating comparison reports. - [Wordize.Converting](https://reference.wordize.com/net/wordize.converting/): Handles document format conversions (e.g. DOCX to PDF, HTML, images), preserving layout, formatting, and content across different output types. - [Wordize.DigitalSignatures](https://reference.wordize.com/net/wordize.digitalsignatures/): Supports applying, verifying, and managing digital signatures and certificates to ensure document authenticity and integrity. - [Wordize.Fonts](https://reference.wordize.com/net/wordize.fonts/): Manages font resources (embedding, substitution, fallback), metrics, and global font settings applied during document rendering and conversion. - [Wordize.Layout](https://reference.wordize.com/net/wordize.layout/): Controls the layout engine and pagination logic—handling positioning of text, images, page breaks, nesting, and flow formatting. - [Wordize.Loading](https://reference.wordize.com/net/wordize.loading/): Responsible for loading input documents in various formats with configurable load options (e.g. password, encoding, import settings). - [Wordize.MailMerging](https://reference.wordize.com/net/wordize.mailmerging/): Implements mail merge templating capabilities—binding data sources to document templates to produce multiple personalized documents. - [Wordize.Merging](https://reference.wordize.com/net/wordize.merging/): Provides utilities to combine multiple documents (or parts thereof) into a single document, preserving styles and content coherently. - [Wordize.Replacing](https://reference.wordize.com/net/wordize.replacing/): Enables search-and-replace operations within documents, including support for formatted replacements, regex matching, and templated content. - [Wordize.Reporting](https://reference.wordize.com/net/wordize.reporting/): Offers a LINQ-based reporting engine that allows developers to bind structured data (JSON, XML, objects) into templates to generate dynamic reports. - [Wordize.Saving](https://reference.wordize.com/net/wordize.saving/): Contains save/export logic, custom save options, and output handling for various target formats beyond the default conversion paths. - [Wordize.Splitting](https://reference.wordize.com/net/wordize.splitting/): Provides functionality to divide large documents into smaller parts (e.g. by page ranges, section breaks, pages, styles) for modular output. - [Wordize.Watermarking](https://reference.wordize.com/net/wordize.watermarking/): Lets you add watermarks (text, image) to documents to assert ownership or usage constraints.