Sign In  Sign Up Live-Chat

Aztec decoding & QR image

Last post 05-13-2008, 10:48 AM by saqib.razzaq. 7 replies.
Sort Posts: Previous Next
  •  07-24-2007, 11:37 AM 86218

    Aztec decoding & QR image

    Hi, 1) I'd like to know if anyone knows how to decode an aztec 2d barcode image. 2) In QR images below appears the text string that has been coded before. How could we remove that text from the image? Thanks a lot!
     
  •  07-25-2007, 1:53 AM 87894 in reply to 86218

    Re: Aztec decoding & QR image

    Hello,

    About the removal of the human readable code text:

    [C#]

    BarCodeBuilder b = new BarCodeBuilder();
    b.CodeLocation = CodeLocation.None;

     

    [VB.NET]

    Dim b As New BarCodeBuilder
    b.CodeLocation = CodeLocation.None

     

    [Java]

    BarCodeBuilder b = new BarCodeBuilder();
    b.SetcodeTextVisible(false);

     

    And about the recognition of Aztec barcodes, could you tell us which product are you targeting at (Java or .Net) ? We'd need to know your project timeline and schedule the development plan.

     

    Best regards.


    Team Lead
    Aspose Guangzhou Team
    About Us

    Contact Us
     
  •  07-25-2007, 11:47 AM 87973 in reply to 87894

    Re: Aztec decoding & QR image

    it

    Hi,

    Thank you very much for your help with human readable text. We are targeting .NET but in case Java, it doesn't matter. We need to know if you are going to develope it at short term (time) Regards, Fran

     
  •  07-25-2007, 9:44 PM 88030 in reply to 87973

    Re: Aztec decoding & QR image

    Hello Fran,

    Thank you for your post!

    I hate to tell you that we are not planning the Aztec decode feature in a short term but it will be done in the future.

     

    Best regards.


    Team Lead
    Aspose Guangzhou Team
    About Us

    Contact Us
     
  •  07-26-2007, 5:07 AM 88068 in reply to 88030

    Re: Aztec decoding & QR image

    Hi, Thanks for your answee! Well, I was really excited that someone could finally do the Aztec decoding because in a few months this kind of barcode will be more known than now (in applications, software, ...). I'll wait untill someone develope it! Regards, Fran
     
  •  07-26-2007, 11:52 AM 88145 in reply to 88068

    Re: Aztec decoding & QR image

    Hello,

    Thank you for your post!

    We will keep you posted about this.

     

    Best regards.


    Team Lead
    Aspose Guangzhou Team
    About Us

    Contact Us
     
  •  05-08-2008, 6:05 AM 125997 in reply to 88145

    Re: Aztec decoding & QR image

    Hello

    Any new on decoding Aztec in Java? Is ist possible to decode Aztec codes with the current version for Java (Aspose.BarCode 1.4.0.0)? If yes, what are the limitations (barcode size, data length, etc.).

    Regards

     
  •  05-13-2008, 10:48 AM 126721 in reply to 125997

    Re: Aztec decoding & QR image

    Hi,

    We are sorry but the Aztec decoding is not yet supported. This would be included in one of future releases.


    Best Regards,

    Saqib Razzaq
    Support Developer
    Aspose Guangzhou Team

     
View as RSS news feed in XML