Search
Follow Us
Categories
- Success Stories(157)
Archives
Tag Archives: C#
Load and Save JPEG 2000 and DjVu with Optimized Memory in C# and Java
Memory optimization is an important factor to be considered when performing any computation or processing on digital data. Different optimization strategies are applied to minimize memory utilization as well as processing delay. This is the reason we have implemented the feature of memory optimization for loading and creating the JPEG 2000 (JP2) and DjVu images in Aspose.Imaging for .NET and Java 19.12.
Memory Optimization for JPEG 2000 Images
Aspose.Imaging for .NET and Java APIs support working with JPEG 2000 images. … Continue Reading
Posted in Aspose.Imaging Product Family Tagged .NET, Aspose.Imaging API, C#, DjVu, JP2, JPEG 2000, Memory Optimization, java
Convert Word (DOC, DOCX) to Byte Array
Aspose.Words API provides the simplest way to convert a Microsoft Word DOC or DOCX document to a byte array in C# and Java.
The conversion of a Word document to a byte array is helpful when storing documents in the database and/ or then retrieving them from the database.
Aspose.Words API provides the functionality to manipulate Microsoft Word files without using Microsoft Word. If you do not have Aspose.Words API installed, please follow the instructions given on installation page for … Continue Reading
Convert PDF to Word DOC or DOCX Programmatically in C#
In this article, I am going to demonstrate how to accurately and effortlessly convert PDF to Word document including conversion of PDF to DOC and PDF to DOCX formats. Earlier versions of Microsoft Word saved documents in binary format with .doc extension. With the release of Office 2007, Microsoft adopted the Office Open XML (OOXML) that is based on a combination of XML and binary files combined together as ZIP archives. MS Word now uses .docx as the default extension … Continue Reading
Improved SMTP, POP3 and IMAP Functionality with Aspose.Email for .NET 18.1
Aspose.Email for .NET 18.1 has been released. This monthly release of API includes functional improvements related to various features of the API. These include internal enhancements to SMTP, POP3 and IMAP clients of the API as well as fixing several bugs. For a detailed note on what is new and fixed, please visit the release notes section of API documentation.
Improvements in Aspose.Email for .NET 18.1
This release includes several improvements to the overall API functionality which further adds to … Continue Reading