Table of Contents

Class PdfParserOptions

Namespace
Mythosia.Documents.Pdf
Assembly
Mythosia.Documents.Pdf.dll

Parser options shared by PDF parser implementations.

public class PdfParserOptions
Inheritance
PdfParserOptions
Inherited Members

Properties

IncludeMetadata

Includes document metadata when available.

public bool IncludeMetadata { get; set; }

Property Value

bool

IncludePageNumbers

Includes page number headers in extracted text.

public bool IncludePageNumbers { get; set; }

Property Value

bool

NormalizeWhitespace

Collapses excessive whitespace to single spaces.

public bool NormalizeWhitespace { get; set; }

Property Value

bool

Password

Password for encrypted PDFs.

public string? Password { get; set; }

Property Value

string