| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<PageBarcodeArea> |
Parser.getBarcodes()
Extracts barcodes from the document.
|
Iterable<PageBarcodeArea> |
Parser.getBarcodes(BarcodeOptions options)
Extracts barcodes from the document using customization options (to set the rectangular area that contains barcodes).
|
Iterable<PageBarcodeArea> |
Parser.getBarcodes(int pageIndex)
Extracts barcodes from the document page.
|
Iterable<PageBarcodeArea> |
Parser.getBarcodes(int pageIndex,
BarcodeOptions options)
Extracts barcodes from the document page using customization options (to set the rectangular area that contains barcodes).
|
Iterable<PageBarcodeArea> |
Parser.getBarcodes(int pageIndex,
PageAreaOptions options)
Deprecated.
use
Parser.getBarcodes(int, BarcodeOptions) instead. |
Iterable<PageBarcodeArea> |
Parser.getBarcodes(PageAreaOptions options)
Deprecated.
use
Parser.getBarcodes(BarcodeOptions) instead. |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
JsonExporter.PageBarcodeAreaSerializer.serialize(PageBarcodeArea pageBarcodeArea,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ExporterBase.exportBarcodes(Iterable<PageBarcodeArea> barcodes,
OutputStream outputStream)
Exports the collection of barcodes to the stream.
|
void |
JsonExporter.exportBarcodes(Iterable<PageBarcodeArea> barcodes,
OutputStream outputStream)
Exports the collection of barcodes to the stream.
|
void |
XmlExporter.exportBarcodes(Iterable<PageBarcodeArea> barcodes,
OutputStream outputStream)
Exports the collection of barcodes to the stream.
|
void |
ExporterBase.exportBarcodes(Iterable<PageBarcodeArea> barcodes,
String fileName)
Exports the collection of barcodes to the file.
|
Copyright © 2026. All rights reserved.