Package-level declarations

Types

Link copied to clipboard
public final class HtmlExporter implements IExporter
Exports documents to HTML format with optional CSS styling and embedded resources.
Link copied to clipboard
public final class ImageExporter implements IExporter
Exports documents to various image formats including PNG, JPEG, TIFF, and BMP.
Link copied to clipboard
public final class MarkdownExporter implements IExporter
Exports documents to Markdown format (.md) with support for tables, lists, and formatting.
Link copied to clipboard
public final class PdfExporter implements IExporter
Exports documents to PDF format with support for various conversion settings including conformance levels, annotations, and metadata.
Link copied to clipboard
public final class PresentationExporter implements IExporter
Exports documents to presentation formats including PowerPoint (.pptx).
Link copied to clipboard
public final class SpreadsheetExporter implements IExporter
Exports documents to spreadsheet formats including Excel (.xlsx) and CSV.
Link copied to clipboard
public final class SvgExporter implements IExporter
Exports documents to Scalable Vector Graphics (SVG) format preserving vector graphics and text.
Link copied to clipboard
public final class WordExporter implements IExporter
Exports documents to Microsoft Word format (.docx) preserving formatting and structure.