Click or drag to resize

PdfTextFormattingMode Enumeration

Defines the different modes text can be extracted from a PDF document.

Namespace: Compiled.EDD.Scripting.Extensions.Pdf
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public enum PdfTextFormattingMode
Members
Member nameDescription
Raw PDF text content extracted as-is.
Pure PDF text content with formatting applied.
Flatten PDF text content kept in the order it is read.
See Also