Python: Adjust Height of Row and Width of Column in Excel
If you are a programmer, you may need to programmatically manipulate the height and width of rows and columns in Excel, respectively. Accordingly, in this article, you will learn how to adjust row height and column width in Excel in Python.
Add Comment to Visio VSD VSDX Diagram in Java
Visio diagram files can contain a different type of diagrams like flow charts, organizational charts, etc. In certain use cases, you might want to review Visio files and add comments on different pages and shapes. In accordance with such use cases, this article explains how to add a comment to a VSD or VSDX Visio diagram programmatically in Java.
Convert GDB to CSV in C#
A GDB file can contain routes, tracks, waypoints, and other relevant information. In some scenarios, you might want to transfer such data to a GPS device or pass it over to some other GIS application. So converting a GDB file to CSV format can be helpful in various scenarios. Accordingly, this article explains how to convert a GDB file to a comma-separated CSV file programmatically in C#.
Create Gaussian Blur Filter on SVG Image in C#
SVG or Scalable Vector Graphic images are popular due to their scalability and quality feature. You can apply several filters on SVG images based on your requirements. To blur and smooth an SVG image, you may apply a Gaussian blur filter. Following such use cases, this article discusses how to create a Gaussian blur filter on SVG image programmatically in C#.
Graphics Programming in C#
Graphics programming in C# might seem easier or harder than you might think. In this article, you will learn how to create stunning vector graphics programmatically in C#. Whether you’re creating graphics as part of your current project or as the basis of your own game or app! You’ll learn to create beautiful visuals with ease.
Crop Images Programmatically in Java
In the previous blog posts, we have shown you how to implement various image editing features such as resizing, flipping, and rotating images. Along with these features, image cropping is immensely used to trim the unwanted areas in the images. Also, you crop an image to focus on a particular object in the frame. In this article, you will learn how to crop images programmatically in Java. We will demonstrate how to crop an image using shift values or with a rectangle.
Generate Pdf417 Barcode in C#
In different situations, you may need to generate Pdf417 barcode. Accordingly, this article explains how to generate Pdf417 barcode and customize it with different variations in C# as per your requirements.
Merge Multiple Images Programmatically in Java
Image editing often requires merging pictures to create collages or combined visuals. This guide shows how to merge multiple images into a single image in Java, with step‑by‑step examples for horizontal and vertical merging.
Data Extraction From Images in Java
This article guides you in data extraction from images in Java by performing OMR for capturing inputs on scanned survey forms or test sheets programmatically.
Generate DataMatrix Code in C#
Data matrix code offers high data density in a small size which makes it an ideal choice for space-limited scenarios. In some scenarios, you might want to create a Data Matrix code to store information in the form of contrasted cells arranged in a grid. In accordance with such requirements, this article covers how to generate a Data Matrix Code programmatically in C#.