Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.qrcode |
Constructor | Description |
---|---|
BarcodeQRCode(String content,
int width,
int height,
Map<EncodeHintType,Object> hints) |
Creates the QR barcode.
|
Modifier and Type | Field | Description |
---|---|---|
static EncodeHintType |
EncodeHintType.CHARACTER_SET |
Specifies what character encoding to use where applicable (type String)
|
static EncodeHintType |
EncodeHintType.ERROR_CORRECTION |
Specifies what degree of error correction to use, for example in QR Codes (type Integer).
|
Modifier and Type | Method | Description |
---|---|---|
static void |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel,
Map<EncodeHintType,Object> hints,
QRCode qrCode) |
|
ByteMatrix |
QRCodeWriter.encode(String contents,
int width,
int height,
Map<EncodeHintType,Object> hints) |
Copyright © 2018. All rights reserved.