Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2021
Detect Latin Symbols in TrueType and Type1 Fonts using Java
Fonts are a set of printable or displayable characters with different styles, weights, etc. They are used to add a different look and feel to documents or web pages based on different requirements. Font files contain the design and other information regarding the font. In this article, we will use the font files to detect whether a font supports Latin symbols or not programmatically with Java.
Split or Merge 3D Mesh in 3D File Programmatically in C#
You can split all meshes of a 3D scene into several sub-meshes. Likewise, you can merge multiple meshes into a single mesh programmatically using C#. This article covers the splitting and merging of 3D meshes in different scenarios.
Posted in Aspose.3D Product Family Tagged merge mesh in 3D, merge meshes in 3D, split mesh in 3D
Convert MS Project MPP to Word Document (DOC/DOCX) using C#
Microsoft Project (MPP) files are used for different project management tasks like organizing and tracking projects and managing resources. If you want the project data in a document form to modify and share further, you can achieve that by converting the MPP file to Word DOC/DOCX format. In this article, you will learn how to convert MPP files to Word documents using C#.