Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Ikram Ul Haq
Optimize recognition and process noisy OMR scanned sheet images by setting setSavePreprocessedImages property to false with Aspose.OCR for Java 3.0.0
We are pleased to announce that Aspose.OCR for Java 3.0.0 is now available for public use. This release includes optimizing OCR process by setting not to save preprocessed images and improvements in the algorithms to process the noisy OMR scanned sheet images.
Exclude Preprocessed Images from OCR operation
Aspose.OCR for Java provides facility to exclude preprocessed images from being saved during OCR operation. This functionality can be achieved by setting the setSavePreprocessedImages property of the configuration [OCRConfig] class … Continue Reading
Posted in Aspose.OCR Product Family
Convert PSD Layers to Raster Images and Export 3D Entities in DXF to PDF using Java
We are pleased to announce the release of Aspose.Imaging for Java 3.1.0. This release allows you to convert PSD layers to PNG, JPEG and TIFF image formats. Support to export 3D entities while converting DXF to PDF has also been incorporated in this release.
Convert PSD Layers to Raster Images in Java
Using Aspose.Imaging for Java, developers can convert PSD layers to PNG, JPEG and TIFF images. Further, an exception with an appropriate message will be thrown in case … Continue Reading
Posted in Aspose.Imaging Product Family
Load OMR Templates from Remote Location using Java

We are pleased to announce that Aspose.OCR for Java 2.9.0 is now available for public use. This release includes
loading OMR templates from a remote location. Scanned sheet images can also be loaded from a remote location by using this version.
Load OMR Template from URL using Java
Aspose.OCR for Java provides facility to load OMR template from a remote location. You just need to supply the URL of the OMR template to newly exposed loadFromUrl method.
Following is the … Continue Reading
Posted in Aspose.OCR Product Family
Handle Exceptions with Aspose.OCR for Java 2.8.0

We are pleased to announce that Aspose.OCR for Java 2.8.0 is now available for public use. This release includes exception handling to capture failures caused by the OmrEngine and getting correct multi-selected values from Grid element.
Handling Exceptions for OmrEngine
This release of the Aspose.OCR for Java API has exposed com.aspose.omr.OmrException class along with it’s supporting methods that allow you to handle exceptions caused by OmrEngine during the processing of OMR forms.
Simple usage scenario of OmrException class is as … Continue Reading
Export PSD Layer to Raster Image and 3D AutoCAD Images to PDF with Aspose.Imaging for .NET 3.1.0
We are pleased to announce the release of Aspose.Imaging for .NET 3.1.0. This release contains two very useful features namely exporting PSD Layer to Raster Image and exporting 3D AutoCAD Images to PDF.
Export PSD Layer to Raster Image
Aspose.Imaging for .NET API has introduced the functionality to export layer(s) in a PSD file to Raster image. Save method of the Layer class can be used to export a layer in a PSD file to raster image. Here is the … Continue Reading
Set Fonts’ Location, Substitute Fonts and Get Font Information with Aspose.Imaging for Java 3.0.2
We are pleased to announce the release of Aspose.Imaging for Java 3.0.2. This minor release takes care of font-related issues while converting MetaFile format to a raster image.
Set Font Folder While Converting WMF File
Using Aspose.Imaging for Java, developers can specify the font folder path used while converting WMF file. FontSettings class has been introduced to manage font settings. Using FontSettings class you can specify the font folder. Here is the code to set the font folder.
Get
… Continue Reading Posted in Aspose.Imaging Product Family Tagged Convert WMF in Java, Set fonts when converting WMF