English

AutoFit Excel Rows and Columns in Java

While generating and processing Excel spreadsheets programmatically, you may need to enable this feature dynamically. To achieve that, this article shows how to autofit rows and columns in Excel files in Java.
September 27, 2022 · 3 min · Usman Aziz

Add Image to OneNote in C#

As a .NET developer, you can easily add images to OneNote documents programmatically. You can insert images into a new OneNote document or an existing document with Aspose.Note API. In this article, you will learn how to add an image to a OneNote in C#.
September 26, 2022 · 3 min · Muzammil Khan

Convert LaTeX to SVG Image in C#

The TeX is a language that consists programming as well as mark-up syntax. LaTeX is the most commonly used format which integrates different document styles like books, letters, statements, etc. In some use cases, you may want to convert TeX files to SVG images. Accordingly, this article covers, how to convert TeX to SVG image programmatically in C#.
September 26, 2022 · 2 min · Farhan Raza

Auto-Fit Rows and Columns in Excel in C#

While generating Excel files, often we have to adjust the size of the rows and columns according to the length of the text. MS Excel allows you to enable auto-fitting of rows and columns for such cases. In this article, we will demonstrate how to auto-fit rows and columns in Excel files programmatically in C#. The steps and code samples will make you implement this feature in your .NET applications seamlessly. So let’s begin.
September 26, 2022 · 3 min · Usman Aziz

Convert a Word DOC to PowerPoint PPT in Python

In certain cases, you need to transform a Word DOC or DOCX document into a PowerPoint PPT or PPTX presentation programmatically. To perform this conversion, this article provides the best and the simplest way of converting a Word DOC to PowerPoint PPT in Python.
September 26, 2022 · 3 min · Usman Aziz

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 · 4 min · 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 · 3 min · 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 · 3 min · 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 · 2 min · 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 · 6 min · Muzammil Khan