Class PdfParserOptions
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
IncludePageNumbers
Includes page number headers in extracted text.
public bool IncludePageNumbers { get; set; }
Property Value
NormalizeWhitespace
Collapses excessive whitespace to single spaces.
public bool NormalizeWhitespace { get; set; }
Property Value
Password
Password for encrypted PDFs.
public string? Password { get; set; }