Convert DGN to DWF or DWFX in C#

We can programmatically export 2D or 3D drawings from DGN files to DWF or DWFX documents. CAD software generates and supports DGN files. This conversion allows for a portable format for sharing drawings. This tutorial will teach you how to use C# to convert a DGN file to DWF or DWFX.
September 24, 2022 · Denis Demenko

Convert EOT to TTF in C#

You can easily convert embedded Open Types (EOT) fonts to True Type Fonts (TTF) programmatically. In this article, you will learn how to convert EOT to TTF using C#.
September 23, 2022 · Muzammil Khan

Create Drop Shadow Effect on SVG Image in C# | feOffset Drop Shadow on SVG

SVG images are web-friendly vector images that can be searched, indexed, compressed, and scripted. Whereas, shadows are a common design feature that is used to make images aesthetically appealing and prominent. Sometimes, you may need to add a drop shadow effect to an SVG image, like an icon, or text, etc. Accordingly, this article explains how to create a drop shadow effect with feOffset on an SVG image programmatically in C#.
September 22, 2022 · Farhan Raza

Convert Excel XLS XLSX to CSV in C#

In various cases, to process the Excel data in XLS or XLSX files, it is first converted into CSV format programmatically. In this article, we’ll show you how to convert an Excel file to CSV in C#.
September 22, 2022 · Usman Aziz

Read Barcode from PDF in Java

In certain cases, you may need to extract and read barcode embedded into a PDF document programmatically. You can detect and extract barcode images from multi-page PDF documents in Java applications. In this article, you will learn how to read a barcode from a PDF document using Java.
September 22, 2022 · Muzammil Khan

Generate Aztec Barcode in C#

Aztec barcode is a two-dimensional barcode containing a square grid and a bulls-eye pattern at the center. It can contain a different number of layers depending on different symbol modes. In some scenarios, you may need to create an Aztec code to produce encoded codes. Accordingly, this article covers how to generate an Aztec Barcode programmatically in C#.
September 21, 2022 · Farhan Raza

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.
September 21, 2022 · Usman Aziz

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.
September 21, 2022 · Farhan Raza

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#.
September 20, 2022 · Farhan Raza

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#.
September 20, 2022 · Farhan Raza