Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: March 2021
Convert Excel Files to PDF in Node.js
Excel spreadsheets are commonly used to store and analyze data in the form of rows and columns. However, in various cases, you need to convert the Excel files to PDF before sharing them over the internet. In order to automate Excel to PDF conversion, this article shows how to convert Excel files to PDF programmatically using Node.js. Furthermore, advanced options to customize the Excel to PDF conversion are also discussed.
Posted in Aspose.Cells Product Family Tagged excel to pdf nodejs, xls to pdf nodejs, xlsx to pdf nodejs
Apply Matrix, Global, Local, World Coordinate Transformation in C#
Coordinate systems are important while working with graphics and shapes. The coordinate axis can be rotated for obtaining new axes through the same origin. Let us explore the following coordinate transformations including Matrix, Global, Local, and World transformations programmatically using C# language. Moreover, you will be able to understand the following transformations after going through this article:
Work with Table of Contents in Word Document using C#
Table of Contents (TOC) in a Word document gives you an overview of what a document contains. Furthermore, it lets you navigate to a particular section of the document. In this article, you will learn how to work with a table of contents in Word documents programmatically using C#. Particularly, this article covers how to add, extract, update or remove a table of contents in Word documents.
Convert GeoJson to TopoJson and vice versa using C#
GeoJSON is used for representing geographical features with non-spatial features. Whereas, TopoJSON is an extension of GeoJSON that utilizes Topology. You can convert GeoJSON to TopoJSON as well as TopoJSON to GeoJSON as per your requirements.
Generate PDF File from Images using Java
In various cases, you may need to convert a collection of images to a PDF file. For example, you may want to insert all images from an album into a single PDF file. On the other hand, you may need to generate PDF from the images of a scanned document. In order to deal with such cases, this article covers how to generate a PDF from multiple images using Java.