TextExporter

public final class TextExporter implements IExporter

Exports documents to plain text (.txt) using layout-preserving extraction: words are placed in a character grid that mirrors their spatial position on the page, so columns, indentation, and tabular alignment survive the conversion.

Constructors

Link copied to clipboard
public void TextExporter()