Convert OBJ to DXF File in Java
OBJ files support polygonal geometry as well as free-form geometry like the curves and surfaces. In certain cases, you may need to convert an OBJ object file to a DXF… Read More »Convert OBJ to DXF File in Java
OBJ files support polygonal geometry as well as free-form geometry like the curves and surfaces. In certain cases, you may need to convert an OBJ object file to a DXF… Read More »Convert OBJ to DXF File in Java
The Web Open Font Format or simply WOFF is a web font mostly used on web pages. In certain cases, we may need to convert Web fonts to true-type fonts.… Read More »Convert WOFF to TTF in Java
The merger of multiple MS Word documents could be needed in various scenarios such as reducing the number of documents, keeping similar kinds of content in a single file (i.e.… Read More »Merge MS Word Documents using C# .NET
Microsoft Project allows tracking, organizing, and managing projects. It stores project tasks, assignments, and other project-related resources and information in MPP files. We can easily convert project data from MPP… Read More »Export MS Project MPP to Images (PNG, JPEG, BMP, TIFF) in Java
You can organize notes in the form of digital notebooks by creating OneNote files. You can also compose some ideas by merging the notebook files. In accordance with such use… Read More »Combine OneNote .one Notebook Files in Java
OneNote notebooks are helpful to gather thoughts, ideas, to-dos, etc. You can create different notes in many notebooks and sometimes you may need to append them toeach other to collect… Read More »Merge OneNote .one Notebook Files in Java
The Shapefile format is a geospatial vector data format used to display geographical information. We can store the location, geometry, and attribution of point, line, and polygon features in Shapefile.… Read More »Create and Read Shapefile in C#
Drawings in 2D or 3D are produced using CAD software using SVG files. In particular, we are able to generate and preserve plans for construction projects like roads, bridges, and… Read More »Convert SVG to OBJ in C#
In certain cases, you need to export the content of a Word DOCX to JSON file programmatically. To achieve that, this article provides a simple guide on how to convert… Read More »Convert DOCX to JSON in Java
In certain cases, you need to export the content of a Word DOC to JSON file programmatically. To achieve that, this article provides a simple guide on how to convert… Read More »Convert DOC to JSON in Java