Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: March 2019
Detect OOXML File Format using Aspose.Cells for Java 19.2
The wait is over! The latest version of Aspose.Cells for Java is here. I’m going to walk you through all the exciting features, improvements, and fixes. Don’t worry, you’ll know where you can find everything related to this latest update in a bit, but for now, let’s talk about this new version and see what the team has been up to! Shall we?
Microsoft Excel supports a feature to insert a row using one of the three different options. … Continue Reading
Posted in Aspose.Cells Product Family
Work with Chart Axis in Word Document using C#
The chart is a very useful feature to graphically represent or visualize any kind of data in a way to create maximum impact on target audiences. Charts allow users to see the results of the represented data in order to better understand and predict current and future data.
In a Word document, there are various types of charts available to work with based on the needs of users. To make a chart easier to understand, the chart title and axis … Continue Reading
Posted in Aspose.Words Product Family Tagged Work with Chart Axis in Word using Csharp
Aspose.Cells for C++ 64-bits lib available in NuGet repos.
Why do you use NuGet? Apart from being an essential tool for modern development platform, you may bundle it into “packages” that contain compiled code (as DLLs) along with other content needed in the projects that consume these packages. Obviously using the NuGet you can have simple and portable compilation of your codes. Without NuGet, you have to load library for all developers before compiling it on their environments. Surely, for industrialization, it would be simple to have the library … Continue Reading
Posted in Aspose.Cells Product Family
Convert CMX to PNG, JPEG, BMP, or TIFF in C#
Corel Metafile Exchange (CMX) is a metafile format that supports bitmap and vector information and the full range of PANTONE, RGB and CMYK colors. This format is used for data exchange in programs that work with vector graphics. It contains image data and also the metadata that describes it. The purpose of this post is to demonstrate how you can export the existing CMX file to other formats (PNG, JPEG, BMP, TIFF) using Aspose.Imaging.
Convert CMX to PNG in C#
… Continue Reading Posted in Aspose.Imaging Product Family Tagged CMX to BMP, CMX to JPEG, CMX to TIFF, Convert CMX to PNG
Create Tagged PDFs using Aspose.PDF for Java 19.2
PDF files contain text, images and other element of content that are combined together to make up an electronic document. In addition, there is a set of instructions which defines the logic of binding the content together known as Structure. The structure defines the correct reading order of a PDF file.
In a PDF file, the structure is known as Tags. These tags are the hierarchy of containers describing the semantics of the content inside them and are represented … Continue Reading
Posted in Aspose.PDF Product Family Tagged Aspose.Pdf, Create tagged PDFs files in Java, PDF, TaggedPDF, Tags