Yearly Archives: 2021

Read Emails using IMAP in Python

In various cases, the email servers are accessed from within the Python applications to read emails or implement email clients. For retrieving emails from an email server, Internet Message Access Protocol (IMAP) protocol is commonly used. In this article, we will show you how to read emails from a server using IMAP in Python. The article will explicitly cover how to connect to an email server, access the desired folder, and read emails.

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

Convert DWF to PDF File using C#

DWF files contain two-dimensional or three-dimensional drawing data which may contain text or graphics. The data is stored in a compressed format to keep the size small. In certain situations, you may need to convert a DWF file to a PDF document for making it compatible with different system environments. This article covers how to convert DWF to PDF using C#.

Posted in Aspose.CAD Product Family | Tagged , ,

Connect to SMTP Server using Python

Simple Mail Transfer Protocol (SMTP) is the most commonly used email protocol that deals with sending email messages from client applications to the email server. In various cases, the email clients are implemented within Python applications to send emails via SMTP. For such scenarios, this article covers how to connect to an SMTP server using Python. Furthermore, it demonstrates how to send an email via SMTP.

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

Convert PowerPoint PPT to HTML in Python

In various cases, you have to convert the slides in PowerPoint presentations to HTML. For example, to view in browser, to index the content, etc. In this article, you will learn how to convert PowerPoint PPT or PPTX to HTML in Python. Moreover, we will cover how to convert PPT to responsive HTML and include slides notes in resultant HTML pages.

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

Convert DAE to OBJ File in Java

DAE files are commonly used to exchange digital assets between different 3D processing applications. In certain situations, you might need to convert DAE files to OBJ format. This article covers how to convert a DAE file to an OBJ file in Java.

Posted in Aspose.3D Product Family | Tagged , , ,

Convert PNG Images to JPG in C#

You may often need to convert images from one format to another depending upon different scenarios. PNG to JPG is among the widely performed image conversions, which is commonly used to shrink image size. To automate this conversion from within the .NET applications, this article shows how to convert a PNG image to JPG programmatically in C#.

Posted in Aspose.Imaging Product Family | Tagged , ,

Convert Scanned PDF to Searchable PDF with OCR in Java

Sometimes the PDF files are created using pictures from a scanner or camera device. In certain situations, you might need to convert a scanned PDF file to a searchable PDF file with OCR, so that you can work with text contents in the PDF file. In accordance with that, this article covers how to convert a scanned PDF to a searchable PDF by OCR feature programmatically using Java.

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

Convert PUB to PPT or PPTX in Java

Microsoft Publisher files are usually used to design and create documents for publishing on large scale. In some scenarios, you might need to convert PUB to PPT or PPTX Presentation file. In accordance with that, the article describes how to convert a Publisher PUB file to a PPT or PPTX Presentation file in Java.

Posted in Aspose.PUB Product Family | Tagged , ,

Flatten or Merge Layers in PSD Image using C#

PSD images are popularly used to create logos, brochures, and other images where the PSD files contain several layers. In certain situations, you might need to manipulate the layers like flatten or merge layers in a PSD file. This article covers how to flatten or merge layers in a PSD file programmatically in C#.

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

Read Data in Excel Files using Python

MS Excel provides a convenient way of keeping and sharing data in the form of rows and columns. More often, Excel files are used to store huge datasets having hundreds and thousands of records. While working with Excel files in Python, you may need to read data from each cell in the worksheets. To achieve that, this article shows how to read an Excel file in Python. You will learn how to read data from a single worksheet or all the worksheets in an Excel workbook.

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