Package com.logicaldoc.barcode
Class BarcodeUtil
- java.lang.Object
-
- com.logicaldoc.barcode.BarcodeUtil
-
public class BarcodeUtil extends Object
Utility methods for barcodes- Since:
- 8.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description BarcodeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Barcode>
extract(com.logicaldoc.core.document.Document doc, String tenant, Collection<String> possibleFormats)
static List<Barcode>
extract(File file, String tenant, Collection<String> possibleFormats)
-
-
-
Method Detail
-
extract
public static List<Barcode> extract(com.logicaldoc.core.document.Document doc, String tenant, Collection<String> possibleFormats) throws IOException
- Throws:
IOException
-
extract
public static List<Barcode> extract(File file, String tenant, Collection<String> possibleFormats) throws IOException
- Throws:
IOException
-
-