Class BarcodeTool
- java.lang.Object
-
- com.logicaldoc.barcode.automation.BarcodeTool
-
public class BarcodeTool extends Object
Class to extract barcode contents from inside the Automation- Since:
- 8.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description BarcodeTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
extract(com.logicaldoc.core.document.Document doc, String possibleFormats)
List<String>
extract(String filePath, String tenant, String possibleFormats)
String
extractBarcode(com.logicaldoc.core.document.Document doc, String possibleFormats)
String
extractBarcode(String filePath, String tenant, String possibleFormats)
-