Monthly Archives: May 2021

Rotate PDF Pages, Text or Images using C++

Let us explore the scenarios related to rotation in PDF documents. There might be situations where you might have an inverted scanned PDF document that you need to fix. You can fix such a document by rotating the pages of the document. You might also want to add text or image watermarks to a PDF document by rotating them. To that end, this article will teach you how to rotate PDF pages, text, and images programmatically using C++.

Posted in Aspose.PDF Product Family | Tagged , ,

Convert PUB to Image Programmatically in Java

Microsoft Publisher Files are used for printing or publishing information. You can convert PUB to JPG, PNG, or TIFF images programmatically using Java. In this article, you will learn how to convert the PUB file to different image formats.

Posted in Aspose.PUB Product Family | Tagged , , , , , ,

Convert LaTeX to Word using C#

LaTeX's TEX is a popular format that is used to write articles, books, and other publications. It uses different tags to insert text, graphics, mathematical equations, symbols, etc. in the document. In certain cases, you may need to convert the LaTeX file to a Word format programmatically. For such cases, this article covers how to convert a LaTeX file (.tex) to Word format using C#.

Posted in Aspose.PDF Product Family | Tagged , ,

Convert Excel Files to Image in Python

In various cases, Excel spreadsheets are required to be embedded in the web or desktop applications. One of the solutions in such cases is the conversion of Excel worksheets to image formats. In this article, you will learn how to convert Excel XLSX or XLS to PNG, JPEG, SVG, or other images in Python.

Posted in Aspose.Cells Product Family | Tagged , , , ,

Recognize Text by Performing OCR on Image from URL with Java

You can convert a text from the image to an editable format with Optical Character Recognition (OCR). Images like JPG, PNG, TIFF, BMP, GIF, etc. are used everywhere on the internet and you may need to recognize text from an online image. You can easily use the URL link to that image to perform the OCR on it, instead of saving or downloading the file. The following headings discuss the details further.

Posted in Aspose.OCR Product Family | Tagged , , , ,

Convert XPS or OXPS Files to PDF Format using C++

XPS and OXPS documents define the layout, appearance, and printing information. These documents are similar to PDF files. Due to the high popularity of the PDF format, you might find yourself in situations where you need to convert XPS and OXPS documents to PDF format. To that end, this article will teach you how to convert XPS and OXPS documents to PDF format using C++.

Posted in Aspose.Page Product Family | Tagged ,

Read Barcodes in Node.js Applications

Barcodes have become an essential part of the purchase process of the products. In a barcode, the information is represented as a one or two-dimensional graphical object. These graphical objects are recognized to read the encoded information. In order to automate barcode recognition, this article covers how to read barcodes in Node.js applications.

Posted in Aspose.BarCode Product Family | Tagged , , ,

Merge or Unmerge Cells in an Excel Worksheet using C++

Merging and unmerging cells is a simple and commonly used feature of Microsoft Excel. Merging cells might prove to be helpful in scenarios, for example, when you have a worksheet with multiple columns that share the same heading. You can merge the cells above the columns to give them a common heading. In case merged cells are no longer required, you can unmerge them just as easily. You might need to perform these tasks within your C++ applications. For that, this article will teach you how to merge and unmerge cells in Excel worksheets programmatically using C++.

Posted in Aspose.Cells Product Family | Tagged , , , ,

Convert Excel Files to HTML in PHP

In order to embed Excel spreadsheets within your web pages, you need to convert them into either images or HTML content. Since HTML is more suitable for websites, therefore, this article covers how to convert Excel XLSX or XLS files to HTML pages in PHP.

Posted in Aspose.Cells Product Family | Tagged , , ,

Split Text to Columns in Excel using Java

MS Excel provides the Text to Columns feature to split the text into multiple columns. The splitting can be based on a blank space, a comma, a special character, etc. In order to automate the feature, this article covers how to perform Excel's Text to Columns from within your Java applications. The step-by-step guide and code sample will show you how to split text in a column in an Excel worksheet.

Posted in Aspose.Cells Product Family | Tagged , ,