English

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.
December 16, 2021 · 2 min · Usman Aziz

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.
December 16, 2021 · 3 min · Usman Aziz

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.
December 15, 2021 · 2 min · Farhan Raza

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#.
December 14, 2021 · 3 min · Usman Aziz

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.
December 13, 2021 · 2 min · Farhan Raza

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.
December 11, 2021 · 2 min · Farhan Raza

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#.
December 10, 2021 · 2 min · Farhan Raza

Read Data from Excel Files in 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.
December 9, 2021 · 3 min · Usman Aziz

Convert OBJ File to FBX or glTF GLB File in Java

3D Object OBJ files contain 3D objects information like the texture and coordinates. You can convert an OBJ file to a GLTF or FBX file programmatically in Java. In some scenarios, you might need to convert an OBJ file to different files. In accordance with that, this article covers how to convert an OBJ file to GLTF or FBX file in Java.
December 8, 2021 · 2 min · Farhan Raza

Disable Compatibility Checker in Excel in Python

MS Excel compatibility checker ensures that a file in an older format does not use the features provided by the newer Excel version. Thus, people using older versions of Excel do not face compatibility issues. While manipulating Excel files, you may need to disable the compatibility checker dynamically. To achieve it, this article shows how to enable or disable the compatibility checker for MS Excel workbooks in Python.
December 8, 2021 · 2 min · Usman Aziz