| Package | Description |
|---|---|
| com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
| com.groupdocs.parser.export |
The package provides classes that allow users to export data to different formats.
|
| com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
| Modifier and Type | Method and Description |
|---|---|
IDocumentInfo |
Parser.getDocumentInfo()
Returns the general information about the document.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ExporterBase.exportDocumentInfo(IDocumentInfo documentInfo,
OutputStream outputStream)
Exports the document information to the stream.
|
void |
JsonExporter.exportDocumentInfo(IDocumentInfo documentInfo,
OutputStream outputStream)
Exports the document information to the stream.
|
void |
XmlExporter.exportDocumentInfo(IDocumentInfo documentInfo,
OutputStream outputStream)
Exports the document information to the stream.
|
void |
ExporterBase.exportDocumentInfo(IDocumentInfo documentInfo,
String fileName)
Exports the document information to the file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentInfo
Represents the document information.
|
class |
TextDocumentInfo
Represents the text document information.
|
Copyright © 2026. All rights reserved.