The time is running short! Get 25% off Aspose.Total for .NET, Java, C++, Android via Java, SharePoint, SSRS and JasperReports. Quote HOLOFF2020 when placing your order.
Convert Excel Data to DataTables in C#
MS Excel spreadsheets are widely used to keep the small, medium, or large-sized data. In various cases, spreadsheets act as a database to store the application data. There could be situations when you need to read the data stored in the Excel files from within your web or desktop applications. For such cases, this article covers how to export data from Excel worksheets to DataTables in C#.
Convert PostScript PS or EPS Files to PDF in Java
The PostScript (PS) file format is mainly used for printing purposes. A PS file is saved in page description language and can contain text, vector graphics, and raster images. On the other hand, the Encapsulated PostScript (EPS) format is used for images or drawings. In certain cases, you may need to convert a PS or EPS file to PDF format. Therefore, this article covers how to perform this conversion programmatically. Particularly, you will learn how to convert PS/EPS files into PDFusing Java.
Creating a PDF in Java: A Step-by-Step Guide
Learn how to create PDF in Java with this comprehensive guide. This article is going to provide you with a powerful, high-speed, and high-quality Java library to create PDF files, which requires you to write minimum lines of code.
Insert Gradient, Grid, or Transparent Objects in XPS File with C++
XPS files can be used to display a lot of visual information. They support text, images, object transparency, grids, gradients, and many other features. You can add gradients, grids, and transparent objects in XPS files as per your requirements. In this article, we will be exploring these features in detail, along with different examples and use cases.
Create PowerPoint Presentations using C++
MS PowerPoint is a feature-rich application that lets you create attractive presentations having text, graphics, animations, charts, and several other elements. In this post, you will learn how to implement the basic PowerPoint automation features within the C++ applications. Particularly, you will come to know how to create PowerPoint presentations and add text, images, charts, and tables to the slides using C++.
Insert Text or Image in XPS File Programmatically using C++
You can create, edit, or manipulate XPS files easily. Moreover, you can control the contents and their position as per your requirements. You can insert an image or text in XPS files programmatically using C++ language.
Convert Excel Files to HTML using Java
Excel spreadsheets allow you to store and well organize the data in tabular form. You can perform computations as well as generate different types of graphs and charts in order to analyze the data. However, in various scenarios, you may need to carry out Excel to HTML conversion to convert worksheets to HTML pages. For example, when embedding the content of the spreadsheets into web pages. In accordance with that, this article aims to cover how to convert Excel XLSX files to HTML programmatically using Java.
Add or Remove Shapes in PowerPoint Slides using C#
Shapes are a fine way of making your PowerPoint presentations more elaborative and appealing. PowerPoint provides a wide range of shapes that you can add to your presentation slides i.e. ellipses, lines, rectangles, connectors, and so on. In order to automate this feature, this article covers how to add, clone, and remove shapes in PowerPoint slides programmatically using C#.
Convert PLT to PDF or JPEG Image Programmatically in C#
PLT is a vector-based format used for plotter machines. However, only a few applications support this format so you might need to convert to more compatible formats as per your requirements. You can convert PLT files to PDF, PNG, or JPEG images with few quick and simple steps.