Sign UpSign Up   Sign InSign In Welcome Guest,
Live Chat Live Chat

Evaluation version only allows Code39 recognition

Last post 09-09-2009, 9:46 PM by saqib.razzaq. 7 replies.
Sort Posts: Previous Next
  •  06-09-2009, 2:46 PM 183172

    Evaluation version only allows Code39 recognition

    Hi,

    I am using what I believe to be a valid license file and am setting the license through C# code using the explicit license file path, and I keep getting the 'Sorry, evaluation version only allows Code39 recognition' error.

    Any ideas would be great....

     

    Thanks


    This message was posted using Page2Forum from Licensing - Aspose.BarCode for .NET and Java
     
  •  06-10-2009, 3:14 AM 183242 in reply to 183172

    Re: Evaluation version only allows Code39 recognition .NET

    Hi,

    Thanks for considering Aspose.

    Could you please zip and send me the license file using forum options "Contact" --> "Send saqib.razzaq an email". I will look into it asap.


    Best Regards,
    Saqib Razzaq
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
     
  •  06-11-2009, 9:47 AM 183526 in reply to 183242

    Re: Evaluation version only allows Code39 recognition

    I figured out our problem.....we were using functionality from Aspose.BarCode and Aspose.BarCodeRecognition...but only initializing the license for Aspose.BarCode.....so the call to the method in Aspose.BarCodeRecognition was giving us the invalid license message.

    Might be nice to mention somewhere on the web site that you need to may need to initialize the license more than once, depending on how you are using it.

    // set the BarCode license

    Aspose.BarCode.License license = new Aspose.BarCode.License();

    license.SetLicense("Aspose.BarCode.lic");

    // set the BarCodeRecognition license

    Aspose.BarCodeRecognition.License license2 = new Aspose.BarCodeRecognition.License();

    license2.SetLicense("Aspose.BarCode.lic");

     
  •  06-11-2009, 1:11 PM 183562 in reply to 183526

    Re: Evaluation version only allows Code39 recognition .NET

    Hi,

    Thanks for the suggestion. We have updated the documentation accordingly. http://www.aspose.com/documentation/visual-components/aspose.barcode-for-.net-and-java/licensing.html.


    Best Regards,
    Saqib Razzaq
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
     
  •  08-26-2009, 12:31 PM 195168 in reply to 183562

    Re: Evaluation version only allows Code39 recognition .NET

    I have included my 30 day license files as an embedded resource and I am using code to set the license for both barcode and barcoderecognition in my form.load event for VB.NET.

    It still will not read anything but code39 standard barcodes. Code you help me?


    /* ==================
    Don Reynolds
    www.StratixSystems.com
    /* ==================
     
  •  08-26-2009, 1:04 PM 195176 in reply to 195168

    Re: Evaluation version only allows Code39 recognition

    Hi,

    Thanks for considering Aspose.

    Could you put the code in try/catch block to see if there is any exception thrown while loading the license. If there is no exception and still you face problems reading other than code39 barcodes, please send the sample project with license file to me. Please use the forum options "Contact" --> "Send saqib.razzaq an email" and zip/attach the necessary files. We will look into it.

    Best Regards,
    Saqib Razzaq
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
     
  •  08-26-2009, 5:29 PM 195224 in reply to 195176

    Re: Evaluation version only allows Code39 recognition

    It turns out to be an issue with the images and barcodes I am trying to read. I've attached a sample VB.NET solution with sample JPGs. The ones I will actually be scanning are large multipage TIFs, but it didn't matter what format I saved them in. I tried single page TIF, multi-page TIF with the code to SelectActiveFrame, BMP, and JPG. JPG was smallest for zipping and attaching to email.

    Let me know if you receive the solution and sample files. Thanks for your help.

    My goal with your product is to rename the TIF files using the barcode text it finds, then save them as PDF. I can use .NET to break up the TIF pages and reduce their size. It would be great if you had a library that could do OCR and create searchable PDFs, but I didn't see anything like that in your suite.


    /* ==================
    Don Reynolds
    www.StratixSystems.com
    /* ==================
     
  •  09-09-2009, 9:46 PM 197406 in reply to 195224

    Re: Evaluation version only allows Code39 recognition

    Hi,

    Just to update you, we are looking into the issue. I will post here when it gets fixed. Sorry for the delay.

    We don't have a library for OCR yet. Regarding searchable PDFs, you may inquire on Aspose.PDF forums.

    Best Regards,
    Saqib Razzaq
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
     
View as RSS news feed in XML