Author Archives: Muhammad Ahmad Chishti

Convert PDF Pages to PNG Images using C++

PDF is a popular format for sharing and printing documents due to its consistent layout. However, you might find yourself in situations where you want to generate a cover image of the PDF file or embed its pages on a web page. In such cases, converting the PDF file to image format will prove to be helpful. To that end, this article will teach you how to convert PDF pages to PNG images using C++.

Posted in Aspose.PDF Product Family | Tagged , ,

Convert ODP to PDF Programmatically using C++

OpenOffice uses ODP file format for its presentation documents. ODP files are a collection of slides containing text, images, charts, animations, and other media types. There might be situations where you need to convert your ODP files to PDF format. To that end, this article will teach you how to convert ODP files to PDF format using C++.

Posted in Aspose.Slides Product Family | Tagged ,

Extract Data from Tables in PDF Files using C++

PDF files are a standard format for exchanging documents over the internet. Documents like invoices and product guides are usually shared in the form of PDFs. There might be situations where you have multiple invoices containing tabular data that you want to extract and process further. It will be more efficient to extract this data programmatically. To that end, this article will teach you how to extract data from PDF tables using C++.

Posted in Aspose.PDF Product Family | Tagged , ,

Extract Images from PDF Files using C++

PDF is a popular format for sharing information over the internet. Most of the time, PDF files contain images along with text and other elements. There might be scenarios where you need to extract these images from PDF files to process them further. To that end, this article will teach you how to extract images from PDF files using C++.

Posted in Aspose.PDF Product Family | Tagged ,

Clone Slides in PowerPoint Presentations using C++

There might be situations where you need to create a copy of a slide. For example, you need to create a new slide that is similar to an existing slide. In such cases, you can clone the slide in the same presentation or another presentation and modify it according to your requirements. To that end, this article will teach you how to clone slides within the same PowerPoint presentation or to another PowerPoint presentation using C++.

Posted in Aspose.Slides Product Family | Tagged , ,

Split PowerPoint Presentations using C++

There might be scenarios where you need to split PowerPoint presentations into multiple files. For example, your presentation may have various sections, and you want each section to be in a separate file. To that end, this article will teach you how to split PowerPoint PPTX/PPT presentations using C++.

Posted in Aspose.Slides Product Family | Tagged , ,

Recognize Text by Performing OCR on Image from URL using C++

Optical Character Recognition (OCR) is the process of extracting text from images. You may have online and offline images from which you might need to extract text information. You can perform OCR on offline images, but you might be thinking that to perform OCR on online images, you would have to download them. Well, that is not required. In this article, you will learn how to perform OCR on images using their URL with C++.

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

Compress, or Optimize PDF Files with Same Quality using C++

PDF is a standard format for sharing documents over the internet. Its global support and consistent layout make it an ideal choice for such scenarios. However, sometimes, the size of PDF files tends to grow due to contents like images, drawings, etc. In such scenarios, you can easily optimize or compress PDF files to reduce their size without compromising their quality. To that end, this article will teach you different techniques that you can use to compress and optimize PDF files to reduce their size using C++.

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

Convert PostScript EPS/PS File to PNG or JPG Image using C++

Converting PostScript EPS/PS files to regular image formats is a common task that you may be required to do. If you have a large number of such files, it will be more efficient to convert them programmatically. In light of this, this article will teach you how to convert PostScript EPS/PS files to PNG or JPG image format using C++.

Posted in Aspose.Page Product Family | Tagged ,

Convert PowerPoint PPTX/PPT to PNG Images using C++

There might be situations where you need to convert your PowerPoint files to images. For example, to generate thumbnails or to add images of the slides to a document. For such cases, converting PowerPoint files to PNG format will prove to be helpful as PNG is a popular raster graphics format that supports lossless compression. To that end, this article will teach you how to convert your PowerPoint presentations to PNG images using C++.

Posted in Aspose.Slides Product Family | Tagged , ,