Author Archives: Muhammad Ahmad Chishti

Generate Thumbnails for PowerPoint PPTX or PPT using C++

Thumbnails are usually small-sized images that show the content of the files and make it easier to scroll through them. Microsoft PowerPoint shows the thumbnails for the slides that make it easy to scroll and open the desired slide. There might be situations where you want to make your own PowerPoint viewer application and want to generate the slide thumbnails dynamically. For such cases, this article will teach you how to generate thumbnails of PowerPoint PPTX or PPT presentations programmatically using C++.

Posted in Aspose.Slides Product Family | Tagged , ,

Convert DOCX to DOC or DOC to DOCX using C++

Microsoft Word documents are available in two formats, DOC and DOCX. DOC is an older format, and DOCX is its successor. You can convert DOCX files to DOC format and vice-versa. In this article, you will learn how to convert a DOCX file to DOC format and a DOC file to DOCX format. You will also see how to perform these conversions in bulk.

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

Convert Images to PDF Format using C++

PDF is a popular format that many organizations use for sharing documents over the internet. You might find yourself in situations where you need to create a PDF file from images of scanned documents or invoices. In light of this, this article will teach you how to convert images to PDF format using C++.

Posted in Aspose.PDF Product Family | Tagged ,

Convert TeX to PDF or XPS File Programmatically using C++

TeX files are used for typesetting different documents and books containing text, symbols, and arithmetic expressions. In addition, these files can generate outputs like PDFXPS, and various image formats. In this article, you will learn how to convert TeX files to XPS and PDF format using C++.

Posted in Aspose.TeX Product Family | Tagged , ,

Create, Fill, or Edit Fillable PDF Forms with C++

With the advent of computers and the internet, a lot of information is captured digitally. Different companies came up with solutions to make this process more efficient. One such solution is the fillable PDF forms. PDF forms are a popular choice that makes it easy to capture information digitally. PDF forms may be used for capturing survey data or as admission forms. In light of this, this article will teach you how to create, fill and edit fillable PDF forms using C++.

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

Convert Image to Word Document (DOCX) with OCR using C++

Images and scanned documents may contain textual information that you might need to process further. You might have captured pictures of text documents using your smartphone that you want to convert to editable documents. For this, performing OCR on the images can prove to be helpful. With OCR, you can convert images to searchable and editable Word documents. To that end, this article will teach you how to convert images to Word documents using C++.

Posted in Aspose.OCR Product Family | Tagged ,

Convert Image to Searchable PDF File with OCR using C++

Images and scanned documents may contain textual information that you might need to process further. For this, performing OCR operations on such images may prove to be helpful. You can extract text from such images and save it as a searchable PDF file. To that end, this article will teach you how to convert images to searchable PDF files using C++.

Posted in Aspose.OCR Product Family | Tagged ,

Working With Pivot Tables in Excel Files using C++

Pivot tables rearrange data to represent it in a meaningful way. They provide different sorting options and provide sums, averages, or other statistics by grouping data together. It is an essential tool for data analysis and is a fundamental part of MS Excel. You might find yourself in scenarios where you need to create and manipulate pivot tables programmatically. To that end, this article will teach you how to work with pivot tables in Excel files using C++.

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

Convert XPS, OXPS to JPG or PNG Image using C++

XPS and OXPS documents are similar to PDF files and define the layout, appearance, and printing information for a document. There might be scenarios where you might need to convert XPS and OXPS documents to JPG and PNG image formats. To that end, this article will teach you how to convert XPS and OXPS documents to JPG and PNG format using C++.

Posted in Aspose.Page Product Family | Tagged ,

Send Word Document in Email Body using C++

Emails are the primary source of communication over the internet, and in the majority of cases, the layout and formatting of the emails is important. However, the majority of the email clients do not provide the enhanced formatting options required for designing high-quality email content. In such cases, a well-formatted Word document can be used in the body of the email. In this article, you will learn how to send a Word document as the body of the email using C++.

Posted in Aspose.Email Product Family | Tagged ,