Author Archives: Ikram Ul Haq

Supply multiple whitelists for single OCR operation with Aspose.OCR for Java 16.10

Aspose.OCR for Java logo We are pleased to announce that Aspose.OCR for Java 16.10 is now available for public use. The major development in this release is support for supplying multiple white lists for single OCR operation.

Supply Multiple White Lists

Aspose.OCR for Java provides the functionality to perform the OCR operation with more than one white list for a single OCR operation. Aspose.OCR for Java API has introduced a new property setWhitelist in RecognitionBlock class. With the help of this property developer can … Continue Reading

Posted in Aspose.OCR Product Family |

Convert DWG to PNG in C# with Aspose.CAD for .NET

We are pleased to announce the release of Aspose.CAD for .NET 16.10. There are many improvements and enhancements introduced in this release. The optimized process of loading the DGN file has been incorporated in this release. Conversion from DWG format to PNG format process has also been enhanced.

Convert DWG to PNG in C#

The following code sample shows how to convert DWG to PNG in C#.

Enhancements

The following enhancements have been introduced in this release.

  • The process of
Continue Reading
Posted in Aspose.CAD Product Family | Tagged

Display Aztec Runes and GS1-128 AI 8102 coupon extended barcode using Aspose.BarCode for SSRS 16.10

We are pleased to announce the release of Aspose.BarCode for Reporting Services 16.10. This release supports displaying Aztec Runes and GS1-128 AI 8102 Coupon Extended barcodes on your reports. Support for UPCA & GS1 Databar coupon barcode has also been incorporated in this release. More than 60 barcodes were already supported by Aspose.BarCode and the above symbologies are a great addition to this collection.

Set the barcode type to Aztec Runes, GS1-128 AI 8102 Coupon extended or UPCA & GS1

Continue Reading
Posted in Aspose.BarCode Product Family |

Supply multiple whitelists for single OCR operation with Aspose.OCR for .Net 16.10

Aspose.OCR for .NET logo We are pleased to announce the release of Aspose.OCR for .Net 16.10. The major development in this release is support for supplying multiple white lists for single OCR operation. Improved process of barcode recognition from OMR sheet has also been incorporated in this release.

Supply Multiple White Lists

Aspose.OCR for .Net provides the functionality to perform the OCR operation with more than one white list for a single OCR operation. Aspose.OCR for .Net API has introduced a new property WhitelistContinue Reading

Posted in Aspose.OCR Product Family |

Improved OCR Process Through Optimize Bitmap Processing using Java

Aspose.OCR for Java logo

We are pleased to announce that Aspose.OCR for Java 3.7.0 is now available for public use. This release includes improved mechanism to classify punctuation. The algorithm that deals with commas, dots etc has been enhanced. Optimization in bitmap image processing to speed up OCR operation has also been incorporated in this release. The optimized process handles images inside the OCR engine in order to speed it up OCR operation.

Aspose.OCR for Java Resources

The resources, you may need to accomplish … Continue Reading

Posted in Aspose.OCR Product Family |

Generate GS1-128 AI 8102 coupon extended and UPCA & GS1 Databar coupon barcodes using Aspose.BarCode for .NET 16.10

We are pleased to announce the release of Aspose.Barcode for .NET 16.10. This release supports generating GS1-128 AI 8102 coupon extended barcode type. This release also supports generating UPCA & GS1 Databar coupon coded barcodes. Support for setting wide narrow ratio of the bars in barcode have also been incorporated in this release.

Generate GS1-128 AI 8102 coupon extended barcode

Aspose.Barcode for .NET allows you to generate GS1-128 AI 8102 coupon extended barcode. Following is the simple code demonstration.



// 
Continue Reading
Posted in Aspose.BarCode Product Family |

Generate Code128C and Aztec Barcode using Java

Aspose.BarCode for Java logo

We are pleased to announce the release of Aspose.Barcode for Java 8.2.0. This release supports generating and reading Aztec barcode type. This release supports checksum validation for OneCode and AustraliaPost coded barcodes. Support to apply Metered key has also been incorporated in this release.

Generate Aztec Barcode using Java

Aspose.Barcode for Java allows you to generate Aztec barcode. You can set BarCodeBuilder.SymbologyType to Aztec to generate Aztec barcode e.g.


// Initialize BarCode builder class object
BarCodeBuilder builder = new BarCodeBuilder();

Continue Reading
Posted in Aspose.BarCode Product Family |

Create EMF Metafile Image in Java using Aspose.Imaging for Java

We are pleased to announce the release of Aspose.Imaging for Java 3.9.0. The major development in this release is support for creating EMF metafile image. This release supports the PSD file created/updated using SAI and GIMP2 tools. Support to convert EMF metafile to SVG format has also been incorporated in this release.

Create EMF Metafile Image in Java

Aspose.Imaging for Java now supports creating EMF metafile image. Aspose.Imaging for Java provides the EmfRecorderGraphics2D class to create EMF metafile. Below … Continue Reading

Posted in Aspose.Imaging Product Family | Tagged ,

Search Text in DWG and Convert DGN to PDF or Images with Aspose.CAD for Java 1.1.0

We are pleased to announce that Aspose.CAD for Java 1.1.0 has been released. The major developments in this release are the ability to search text within the DWG file and support to convert DGN file to PDF & raster image formats. This release also supports to retrieve block attribute values from within a DWG file and its external references.

Search Text in DWG File

Aspose.CAD for Java API allows you to search text in a DWG AutCAD file. … Continue Reading

Posted in Aspose.CAD Product Family | Tagged , ,

Convert EMF to WMF Fomat using C# or VB.NET

We are pleased to announce the release of Aspose.Imaging for .NET 4.0.0. The major development in this release is support for converting EMF to WMF metafile image.

Convert EMF to WMF Metafile Image using C#

Aspose.Imaging for .Net now supports converting EMF metafile image to WMF format. Below provided sample code demonstrates how simple it is to convert EMF metafile to WMF format.

string inputFileName = @"TestEmfPlusFigures.emf";
string outputFileName = inputFileName + ".wmf";

// Load an existing EMF file as 
Continue Reading
Posted in Aspose.Imaging Product Family |