ByteMatrix
encode(
String,
int
,
int
)
|
Change in exceptions thrown from com.itextpdf.barcodes.qrcode.WriterException to com.itextpdf.barcodes.exceptions.WriterException. |
Encode a string into a QR code with dimensions width x height, using error-correction level L and the smallest version for which he contents fit into the QR-code? |
ByteMatrix
encode(
String,
int
,
int
,
Map
,
Object>
)
|
Change in exceptions thrown from com.itextpdf.barcodes.qrcode.WriterException to com.itextpdf.barcodes.exceptions.WriterException. |
Encode a string into a QR code with dimensions width x height. |