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.
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.
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#.
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.
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.
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#.
Search Text in DWG Drawing using Java
DWG files are CAD drawings containing vector image data and metadata written with binary coding. In some use cases, you may want to search text in DWG file. Following such requirements, this article covers how to search text in DWG file programmatically using Java.
Change Text Color in HTML using C#
HTML is a markup language which is used to create and design web pages. They can include text in different forms like paragraphs, lists, tables, etc. Likewise, it can contain images, videos, animations and any kind of graphical object. In certain cases, you may need to format text by changing the text color. Accordingly, this article covers how to change text color in HTML using C#.
Convert Decimal Degrees to Degrees Minutes Seconds DMS in C#
Latitude and longitude values are used to specify any location on the earth. Whereas, the Degree Minutes Seconds is another format for geographical coordinates. In some scenarios, you may need to convert some decimal degrees to degrees minutes seconds format. Following such requirements, this article covers how to convert Decimal Degrees to Degree Minutes Seconds DMSprogrammatically in C#.
Working with Password-Protected PST files using C# .NET
A Personal Folders File (.pst)] is an Outlook data file that stores your messages and other items on your computer. This is the most common file in which information in Outlook is saved. Some Outlook users like to keep their PST files password protected to ensure the possibility of snooping to zero. In this article, we will learn how to work with password protected pst files in C# .NET.