Classes
Class | Description | |
---|---|---|
Chars |
Character table by name.
| |
Lexer |
Lexical analyzer for PDF files. Technically a PDF file is a stream of bytes. Some chunks
of bytes represent strings in several encodings. The actual encoding depends on the
context where the string is used. Therefore the bytes are 'raw encoded' into characters,
i.e. a character or token read by the lexer has always character values in the range from
0 to 255.
| |
PdfPasswordProviderArgs |
Encapsulates the arguments of the PdfPasswordProvider delegate.
| |
PdfReader |
Represents the functionality for reading PDF documents.
| |
PdfReaderException |
Exception thrown by PdfReader.
|
Delegates
Delegate | Description | |
---|---|---|
PdfPasswordProvider |
A delegated used by the PdfReader.Open function to retrieve a password if the document is protected.
|
Enumerations
Enumeration | Description | |
---|---|---|
PasswordValidity |
Determines the type of the password.
| |
PdfDocumentOpenMode |
Determines how a PDF document is opened.
| |
PdfWriterLayout |
Determines how the PDF output stream is formatted. Even all formats create valid PDF files,
only Compact or Standard should be used for production purposes.
| |
Symbol |
Terminal symbols recognized by lexer.
|