Parser Class |
Namespace: GroupDocs.Parser
The Parser type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Parser(DbConnection) |
Initializes a new instance of the Parser class to extract data from a database.
|
![]() ![]() | Parser(Stream) |
Initializes a new instance of the Parser class.
|
![]() ![]() | Parser(String) |
Initializes a new instance of the Parser class.
|
![]() ![]() | Parser(EmailConnection) |
Initializes a new instance of the Parser class to extract data from a remote email server.
|
![]() ![]() | Parser(DbConnection, ParserSettings) |
Initializes a new instance of the Parser class to extract data from a database.
|
![]() ![]() | Parser(Stream, LoadOptions) |
Initializes a new instance of the Parser class with LoadOptions.
|
![]() ![]() | Parser(String, LoadOptions) |
Initializes a new instance of the Parser class with LoadOptions.
|
![]() ![]() | Parser(EmailConnection, ParserSettings) |
Initializes a new instance of the Parser class to extract data from a remote email server.
|
![]() ![]() | Parser(Stream, LoadOptions, ParserSettings) | |
![]() ![]() | Parser(String, LoadOptions, ParserSettings) |
Name | Description | |
---|---|---|
![]() ![]() | Features |
Gets the supported features.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Ensures that resources are freed and other cleanup operations are performed when
the garbage collector reclaims the Parser.
(Overrides ObjectFinalize.) |
![]() | GeneratePreview |
Get pages preview.
|
![]() ![]() | GetBarcodes |
Extracts barcodes from the document.
|
![]() ![]() | GetBarcodes(Int32) |
Extracts barcodes from the document page.
|
![]() ![]() | GetBarcodes(PageAreaOptions) |
Extracts barcodes from the document using customization options
(to set the rectangular area that contains barcodes).
|
![]() | GetBarcodes(Int32, PageAreaOptions) |
Extracts barcodes from the document page using customization options
(to set the rectangular area that contains barcodes).
|
![]() ![]() | GetContainer |
Extracts a container object from the document to work with formats that contain attachments, ZIP archives etc.
|
![]() ![]() | GetDocumentInfo |
Returns the general information about the document.
|
![]() ![]() ![]() | GetFileInfo(Stream) |
Returns the general information about a file.
|
![]() ![]() ![]() | GetFileInfo(String) |
Returns the general information about a file.
|
![]() ![]() ![]() | GetFileInfo(Stream, LoadOptions) |
Returns the general information about a file.
|
![]() ![]() ![]() | GetFileInfo(String, LoadOptions) |
Returns the general information about a file.
|
![]() ![]() | GetFormattedText(FormattedTextOptions) |
Extracts a formatted text from the document.
|
![]() ![]() | GetFormattedText(Int32, FormattedTextOptions) |
Extracts a formatted text from the document page.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetHighlight |
Extracts a highlight from the document.
|
![]() ![]() | GetHyperlinks |
Extracts hyperlinks from the document.
|
![]() ![]() | GetHyperlinks(Int32) |
Extracts hyperlinks from the document page.
|
![]() ![]() | GetHyperlinks(PageAreaOptions) |
Extracts hyperlinks from the document using customization options
(to set the rectangular area that contains hyperlinks).
|
![]() ![]() | GetHyperlinks(Int32, PageAreaOptions) |
Extracts hyperlinks from the document page using customization options
(to set the rectangular area that contains hyperlinks).
|
![]() ![]() | GetImages |
Extracts images from the document.
|
![]() ![]() | GetImages(Int32) |
Extracts images from the document page.
|
![]() ![]() | GetImages(PageAreaOptions) |
Extracts images from the document using customization options
(to set the rectangular area that contains images).
|
![]() | GetImages(Int32, PageAreaOptions) |
Extracts images from the document page using customization options
(to set the rectangular area that contains images).
|
![]() ![]() | GetMetadata |
Extracts metadata from the document.
|
![]() | GetStructure |
Extracts a structured text from the document.
|
![]() ![]() | GetTables(PageTableAreaOptions) |
Extracts tables from the document.
|
![]() ![]() | GetTables(Int32, PageTableAreaOptions) |
Extracts tables from the document page.
|
![]() ![]() | GetText |
Extracts a text from the document.
|
![]() ![]() | GetText(Int32) |
Extracts a text from the document page.
|
![]() ![]() | GetText(TextOptions) |
Extracts a text page from the document using text options (to enable raw fast text extraction mode).
|
![]() ![]() | GetText(Int32, TextOptions) |
Extracts a text from the document page using text options (to enable raw fast text extraction mode).
|
![]() ![]() | GetTextAreas |
Extracts text areas from the document.
|
![]() ![]() | GetTextAreas(Int32) |
Extracts text areas from the document page.
|
![]() ![]() | GetTextAreas(PageTextAreaOptions) |
Extracts text areas from the document using customization options (regular expression, match case, etc.).
|
![]() | GetTextAreas(Int32, PageTextAreaOptions) |
Extracts text areas from the document page using customization options (regular expression, match case, etc.).
|
![]() ![]() | GetToc |
Extracts a table of contents from the document.
|
![]() | GetType | (Inherited from Object.) |
![]() | ParseByTemplate |
Parses the document by the user-generated template.
|
![]() ![]() | ParseForm |
Parses the document form.
|
![]() ![]() | Search(String) |
Searches a keyword in the document.
|
![]() ![]() | Search(String, SearchOptions) |
Searches a keyword in the document using search options (regular expression, match case, etc.).
|
![]() | ToString | (Inherited from Object.) |