English

Connect to SMTP Server in Python

Simple Mail Transfer Protocol (SMTP) is a well-known and commonly used protocol for sending email messages from client applications to the email server. While implementing email automation features, you may need to connect to the SMTP servers from within your Python applications. For such scenarios, this article covers how to connect to an SMTP server programmatically in Python. Furthermore, you will learn how to send an email after making a connection to an SMTP server.
April 25, 2022 · 2 min · Usman Aziz

Create Tagged PDF Files in Java

A tagged PDF file uses tags to define the logical structure of the content in the document. This type of PDF file improves the reading experience using assistive technologies and screen readers. In the previous post, you have seen how to create PDF files programmatically in Java applications. In this article, you will learn how to create tagged PDF files programmatically in Java.
April 25, 2022 · 4 min · Usman Aziz

Create a Web Scraper in Java

Web Scraping is also called data scraping, web harvesting, or web crawling which is used to extract data from the web pages. A web scraper can use different approaches to extract information. For instance, XPath, CSS selectors, custom filters, HTML navigation, etc. In accordance with such scenarios, this article covers how to create a web scraper programmatically in Java.
April 25, 2022 · 3 min · Farhan Raza

Apply Gaussian Blur Filter on Images in C#

In certain cases, you may need to work with a Gaussian blur filter in your applications. Accordingly, this article covers how to apply the Gaussian blur filter on the images programmatically in C#.
April 24, 2022 · 2 min · Farhan Raza

Create Graphs and Charts in PDF in C#

In several PDF documents, graphs and charts are used to visually represent the data or information. In some cases, charts are used to graphically describe the flow of the activities or operations in a system such as flow charts, whereas, some are used to draw the data patterns. This article covers how to create graphs and charts in PDF files programmatically in C#. We will explicitly demonstrate how to create different graphical objects in a PDF file.
April 24, 2022 · 5 min · Usman Aziz

Generate Barcode and QR Code with Logo in C#

As a C# developer, you can easily generate barcodes with company logos or images programmatically in .NET applications. In this article, you will learn how to generate a barcode with a logo using C#.
April 23, 2022 · 3 min · Muzammil Khan

Create Table in PDF Files in Java

A table lets the readers go through the data quickly without reading a lot of text. Therefore, tables are considered an integral part of the documents. While working on PDF automation and generating the PDF files programmatically, you may come across the need to create tables very often. To accomplish that, this article covers how to create table in PDF files in Java.
April 22, 2022 · 4 min · Usman Aziz

Convert CF2 to DWF or DWFX in C#

In some cases, you may need to create DWFX or DWF images to display the file contents in a picture. In accordance with such use cases, this article covers how to convert a CF2 file to an DWF or DWFX image programmatically in C#.
April 22, 2022 · 2 min · Denis Demenko

Perform OMR and Extract Data from Image in C#

You can easily perform OMR operations on scanned images of survey forms or test sheets programmatically, and read user inputs programmatically in .NET applications. In this article, you will learn how to perform OMR and extract data using C#.
April 21, 2022 · 5 min · Muzammil Khan

Create, Update, and Delete Contacts in Gmail using C#

Gmail is one of the popular and widely used email applications around the globe. Along with managing emails, it allows working with calendars, contacts, chats, etc. and provides other collaboration services. In the previous article, you have seen how to import contacts from a Gmail account within a .NET application. In this article, we will cover how to create, update, and delete contacts in a Gmail account using C# .NET.
April 21, 2022 · 4 min · Usman Aziz