Monthly Archives: April 2022

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#.

Posted in Aspose.Diagram Product Family | Tagged , ,

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.

Posted in Aspose.Email Product Family | Tagged , ,

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.

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

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.

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

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#.

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

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.

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

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#.

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

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 tables in PDF files using Java.

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

Perform OMR and Extract Data using 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#.

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

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.

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