java.lang.Object | |
↳ | com.pdftron.pdf.BarcodeModule |
The class BarcodeModule. static interface to Apryse SDK's barcode extraction functionality
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static void |
extractBarcodes(PDFDoc src, String output_file_path)
Perform barcode extraction on a PDF.
| ||||||||||
static void |
extractBarcodes(PDFDoc src, String output_file_path, BarcodeOptions options)
Perform barcode extraction on a PDF.
| ||||||||||
static String |
extractBarcodesAsString(PDFDoc src)
Perform barcode extraction on a PDF.
| ||||||||||
static String |
extractBarcodesAsString(PDFDoc src, BarcodeOptions options)
Perform barcode extraction on a PDF.
| ||||||||||
static boolean |
isModuleAvailable()
Find out whether the Barcode Extraction Module is available (and
licensed).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Perform barcode extraction on a PDF. Scan the PDF for barcodes, and save a JSON array of detected barcodes to the specified file. By default, this will search for all supported barcode types in all orientations. The time required to process the document will depend on the number of barcode types and orientations to search for. Thus, the default behavior is the slowest. To improve speed, specify a subset of barcode types and orientations to search for using the options parameter. Very small barcodes may not be detected. While there is no hard limit to barcode size, accuracy will begin to decrease as barcodes get smaller. The smallest barcode that can be detected will depend on a number of factors, including page size, barcode type, and (if applicable) image quality.
src | The source document. |
---|---|
output_file_path | The path to the output file. |
PDFNetException |
---|
Perform barcode extraction on a PDF. Scan the PDF for barcodes, and save a JSON array of detected barcodes to the specified file. By default, this will search for all supported barcode types in all orientations. The time required to process the document will depend on the number of barcode types and orientations to search for. Thus, the default behavior is the slowest. To improve speed, specify a subset of barcode types and orientations to search for using the options parameter. Very small barcodes may not be detected. While there is no hard limit to barcode size, accuracy will begin to decrease as barcodes get smaller. The smallest barcode that can be detected will depend on a number of factors, including page size, barcode type, and (if applicable) image quality.
src | The source document. |
---|---|
output_file_path | The path to the output file. |
options | Barcode options (optional). |
PDFNetException |
---|
Perform barcode extraction on a PDF. Scan the PDF for barcodes, and return a JSON array of detected barcodes as a string. By default, this will search for all supported barcode types in all orientations. The time required to process the document will depend on the number of barcode types and orientations to search for. Thus, the default behavior is the slowest. To improve speed, specify a subset of barcode types and orientations to search for using the options parameter. Very small barcodes may not be detected. While there is no hard limit to barcode size, accuracy will begin to decrease as barcodes get smaller. The smallest barcode that can be detected will depend on a number of factors, including page size, barcode type, and (if applicable) image quality.
src | The source document. |
---|
PDFNetException |
---|
Perform barcode extraction on a PDF. Scan the PDF for barcodes, and return a JSON array of detected barcodes as a string. By default, this will search for all supported barcode types in all orientations. The time required to process the document will depend on the number of barcode types and orientations to search for. Thus, the default behavior is the slowest. To improve speed, specify a subset of barcode types and orientations to search for using the options parameter. Very small barcodes may not be detected. While there is no hard limit to barcode size, accuracy will begin to decrease as barcodes get smaller. The smallest barcode that can be detected will depend on a number of factors, including page size, barcode type, and (if applicable) image quality.
src | The source document. |
---|---|
options | Barcode options (optional). |
PDFNetException |
---|
Find out whether the Barcode Extraction Module is available (and licensed).
PDFNetException |
---|