English

Convert PSD to PNG in C#

PSD (Photoshop Document) is a native image file format for Adobe Photoshop. PSD files are commonly used to create logos, brochures, and other images. You can easily generate PNG image from PSD programmatically. In this article, you will learn how to convert a PSD to a PNG image in C#.
November 14, 2022 · 3 min · Muzammil Khan

Viewer of DWG files based on ASP.NET

We can dynamically export 2D or 3D drawings from DWG files to PNG documents and view in browser. CAD software produce and support DWG files. Learn how to view a DWG file using ASP.NET in this post.
November 14, 2022 · 3 min · Denis Demenko

Convert XPS to TIFF in Java

XPS document uses XML in layout but similar to PDF file format. In certain cases, we may need to convert XPS to TIFF images programmatically. In this article, you will learn how to convert XPS to TIFF in Java.
November 11, 2022 · 3 min · Muzammil Khan

Convert GPX to GeoJSON in C#

GPX is an XML schema designed as a common GPS data format. Whereas, the GeoJSON format is an open standard design to represent geographical features. In certain cases, you may need to convert GPX to GeoJSON format. In accordance with such use cases, this article covers how to convert a GPX file to GeoJSON format programmatically in C#.
November 11, 2022 · 2 min · Farhan Raza

Draw Shapes in Java: Lines, Arcs, Ellipses, and Rectangles

In certain cases, you may need to create different objects by drawing the shapes such as circles, lines, rectangles, etc. Also, you may have to draw these shapes on images for annotation. In this article, you will learn how to draw shapes programmatically in Java. Particularly, you will learn how to draw lines, ellipses, arcs, and rectangles and generate their images.
November 11, 2022 · 4 min · Usman Aziz

Convert OBJ to USDZ in Python

In a 3D object file, we can find 3D coordinates, texture maps, polygonal faces, and other information related to your 3D object. Whereas, a USDZ file format enables iOS devices to display 3D and AR content without the need for specialized apps. In this article, we will learn how to convert an OBJ file to USDZ format in Python.
November 10, 2022 · 3 min · Muzammil Khan

Create HTML File in C#

HTML files are used to display data or information in web pages. Sometimes, you may need to create an HTML file within your projects. Following such scenarios, this article covers how to create an HTML file programmatically in C#.
November 10, 2022 · 2 min · Farhan Raza

Convert XER to MPP in Java

XER and MPP files are widely used in project management and project planning applications. You might need to convert an XER file to MPP format in your Java applications. Considering such requirements, this article explains how to convert an XER file to MPP format programmatically in Java.
November 9, 2022 · 2 min · Farhan Raza

Image Skew Correction in Java

In computer graphics and image processing, image skew is an angle deviation of a set of rectangular images. It is also known as image tilt or JPEG distortion. In this article, we will learn how to perform image skew correction in Java.
November 8, 2022 · 5 min · Muzammil Khan

Create Booklet from PDF in C#

A PDF booklet is used to transform a document into a saddle-stitch (or another) format, which could be used for printing. In a PDF booklet, each two pages are printed on a single page. In this article, we are going to show you how to create booklets from PDF files programmatically in C#.
November 7, 2022 · 2 min · Usman Aziz