Rotate SVG Image in C#
SVG files define the graphics in XML format. They can be scaled or printed at any size without disturbing the quality of the image. In some cases, you may need… Read More »Rotate SVG Image in C#
SVG files define the graphics in XML format. They can be scaled or printed at any size without disturbing the quality of the image. In some cases, you may need… Read More »Rotate SVG Image in C#
We can perform OCR on images or scanned documents to recognize and extract text from images programmatically using Java. We can then run a spell checker to correct spelling errors… Read More »Convert Image to Text with Spelling Correction in Java
MS Visio is a popular application that enables you to create flowcharts, data flow diagrams, business process models, etc. It uses the VSDX file format to store the diagrams. In… Read More »Create Visio Diagram in Python
A USD is a Universal Scene Description file that encodes data to interchanging or augment information between different content applications. Whereas, a USDZ file is an uncompressed and unencrypted ZIP… Read More »Convert USD or USDZ to 3DS File in C#
An OBJ file is a geometry definition file containing vertex, vertex normals, vertices, etc. However, a 3DS file can contain information about 3D vector graphics. In certain use cases, you… Read More »Convert OBJ to 3DS File in C#
EAN barcode is widely used in international trading to identify the details of different products. The EAN barcode is popular because of its efficiency as it can be processed faster,… Read More »Generate EAN Barcode in Java
We may have Geographic data available in many formats supported by various systems. In certain cases, we may need to export geographic data from ESRI Shapefile (SHP) format to Keyhole… Read More »Convert Shapefile to KML in C#
Maxicode is a 2D barcode created with a combination of dots in a hexagonal shape. They are commonly used for supply chain management, object hyperlinking, and many other purposes. In… Read More »Generate Maxicode Barcode in Java
Oracle Primavera P6 is a project, program and portfolio management software. It is used for planning, managing and executing large engineering projects. It uses the XER file format as a… Read More »Convert XER to PDF in C#
As a programmer, you may need to generate PDF documents from HTML content. However, you may face the issues such as low-quality output, slow conversion, etc. This article provides you… Read More »Generate PDF from HTML in Python