En

Convert LaTeX to TIFF using C#

As a C# developer, we can easily convert LaTeX source files (TeX or LTX) to TIFF images programmatically. In this article, you will learn how to convert LaTeX to TIFF using C#.
April 27, 2022 · 3 min · Muzammil Khan

Detect Latin Symbols Support in TrueType or Type1 Fonts using C#

As a C# developer, you can easily determine whether any TrueType font or Type1 font supports Latin symbols or not. In this article, you will learn how to detect Latin symbols support in fonts using C#.
April 27, 2022 · 3 min · Muzammil Khan

Add or Remove JavaScript in PDF Files in Java

PDF is one of the widely used document formats because of its consistent layout across heterogeneous platforms. Furthermore, it can be displayed in desktop-based software applications as well as the web browsers at the same time. The support of web browsers make PDF files capable of running JavaScript. In this article, you will learn how to add or remove JavaScript in PDF files programmatically in Java.
April 26, 2022 · 3 min · Usman Aziz

Find and Replace Text in Visio Files in C#

Visio files are used to create diagrams like organizational charts, flow charts, etc. Such diagrams comprise different shapes which can also contain text information. In some use cases, you may need to update the text in any shape of a Visio diagram. In accordance with such requirements, this article covers how to find and replace text in Visio drawings programmatically in C#.
April 26, 2022 · 2 min · Farhan Raza

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 a number of PDF documents, graphs and charts are used to visually represent the data or information. In some cases, charts 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 with Logo using 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