Questions tagged [aspose.barcode]

Use for Aspose.Barcode libraries

Aspose.BarCode for is a set of barcode APIs to generate and recognize 1D & 2D barcodes from multiple image types at any angle. It allows the developers to easily add the barcode generation and recognition functionality to applications.

Aspose.BarCode not only creates barcodes but also can export the generated barcodes to a verity of image formats in high quality. Moreover, the developers can easily manipulate the appearance of the generated barcodes such as background color, bar color, image quality, rotation angle, x-dimension, captions, size, resolution and much more.

4 questions
0
votes
1 answer

How to initiate Java Aspose Barcode in ColdFusion

Jar placement - Aspose.BarCode.jar and servlet.jar files have been placed under the ColdFusion Instance as per Aspose site for word Jar path: ColdFusion2016\Instance-1\wwwroot\WEB-INF\lib Code The code I am trying to run, all failed. try { …
Anil
  • 3,722
  • 2
  • 24
  • 49
0
votes
1 answer

Aspose.Barcode - Attempted to read past the end of the stream exception in Dynamics 365 plugin

I am trying to write a Dynamics 365 plugin using Aspose.Barcode, however, every time I try to set the license or extract a barcode the library throws a System.IO.EndOfStreamException "Attempted to read past the end of the stream" exception. For…
Mick.W
  • 1
  • 1
0
votes
1 answer

reading barcode using Aspose

I have a PDF file that includes a page with the Barcode. The barcode was originally created using DecodeType.Code128 I am using ASPOSE.PDF and Aspose.Barcode to find the barcode and the page number. var barcodePageNumbers = new…
LP13
  • 30,567
  • 53
  • 217
  • 400
0
votes
1 answer

Aspose.Barcode cannot read DecodeType.Code128 barcode

The aspose.barcode reader is unable to read the barcode of type DecodeType.Code128 Workflow Steps 1>Using Aspose.Barcode we have created a barcode using DecodeType.Code128 and put on PDF page ( our clients use this page as separator sheet) 2>Our…
LP13
  • 30,567
  • 53
  • 217
  • 400