| Package | Description |
|---|---|
| com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
| com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
| com.groupdocs.parser.templates |
The package provides classes for creating templates for parsing document data.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentData |
Parser.parseByTemplate(Template template)
Parses the document by the user-generated template.
|
DocumentData |
Parser.parseByTemplate(Template template,
ParseByTemplateOptions options)
Parses the document by the user-generated template with the supplied options.
|
Iterable<DocumentPageData> |
Parser.parsePagesByTemplate(Template template)
Deprecated.
Use parseByTemplate methods instead.
|
| Modifier and Type | Method and Description |
|---|---|
Template |
DocumentData.getTemplate()
Gets the template that produced this document data.
|
| Constructor and Description |
|---|
DocumentData(Template template,
Iterable<FieldData> fields)
Initializes a new instance of the
DocumentData class with the source template. |
DocumentPageData(Template template,
Iterable<FieldData> fields,
int pageIndex)
Initializes a new instance of the
DocumentPageData class with the source template. |
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateCollection.get(int index)
Gets the template at the given index.
|
static Template |
Template.load(InputStream stream)
Loads a template from a stream.
|
static Template |
Template.load(String filePath)
Loads a template from a file.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Template> |
TemplateCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateCollection.add(Template template)
Adds a template to the collection.
|
| Constructor and Description |
|---|
TemplateCollection(Iterable<? extends Template> templates)
Initializes a new instance of the
TemplateCollection class populated with the given templates. |
Copyright © 2026. All rights reserved.