QR code ?version 15?

image.jpg (57.2 KB)

is it possible to generate attached QR code with Aspose barcode generator

  • version 15 ??
  • byte data
  • Error Correction Level M
  • ISO 8859-2
  • Extended Channel Interpretation (ECI value 000004)

regards

@erikg,

Sorry for the late reply. Yes you can generate QR coded barcode with Aspose.BarCode generator. We are currently looking into your requirements for a brief answer. In the mean while you may visit our online documentation Managing Barcodes for details.

@erikg,

This is to update you that Aspose.BarCode is ISO 8859-2 compliance. Furthermore you may use following code snippet to generate QR barcode.

CODE:

using (BarCodeBuilder builder = new BarCodeBuilder())
{
builder.EncodeType = EncodeTypes.QR;
builder.CodeText = "abcde";
builder.QRErrorLevel = QRErrorLevel.LevelM;
builder.ECIEncoding = ECIEncodings.ISO_8859_2;
builder.Save("out.png");
}

what about the version.
it is required that the version of the QR code should be exactly 15

@erikg,

Please provide more information about version 15. Furthermore share sample QR barcode with expected barcode image and code-text. We will evaluate it and update you accordingly.

image.jpg (57.2 KB)

i don’t know nothing about version 15, but it’s required by third party

at this page i can see, that you can choose “version” of qr code

my text without quotes= "UPNQR

ŠEBEZ RENATA
TRŽAŠKA 28
1360 VRHNIKA
00000003797

RENT
Garažnina 10/2017 (DEVINSKA ULICA 1 / 105,
16.10.2017
SI56012616520972441
SI123117043070124
JAVNI STANOVANJSKI SKLAD MOL
ZARNIKOVA ULICA 3
1000 LJUBLJANA
220"

@erikg,

We are analyzing the details. We will get back to you soon.

any news to my problem?

regards

@erikg,

Please note that details has been logged into our system with ID BARCODENET-36710 for investigation by our Product team. We’ll update you here once there is some information or a fix version available in this regard.

@erikg,

The issue (BARCODENET-36710) has been resolved. Please download the latest version of Aspose.BarCode for .NET and try it at your end.