Enum TextExtractorOptions.TextFormattingMode

Enum TextExtractorOptions.TextFormattingMode

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Defines different modes which can be used while converting a PDF document into text. See Aspose.Pdf.Plugins.TextExtractorOptions class.

public enum TextExtractorOptions.TextFormattingMode

Fields

Plain = 2

Represents PDF text content taking into account the relative positioning of text fragments but without adding extra spaces.

Pure = 0

Represents PDF text content with a few formatting routines. This includes taking into account relative positions and adding extra spaces to align text to the width of the page.

Raw = 1

Represents PDF content as is, i.e. without formatting.

 English