Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Muzammil Khan
Convert TTF to WOFF and WOFF2 using Java
As a Java developer, you can easily convert true-type fonts into Web fonts programmatically in Java applications. In this article, you will learn how to convert TTF to WOFF and WOFF2 using Java.
Render LaTeX Math Formulas and Equations in Java
As a Java programmer, you can write basic equations and mathematical formulas in the TEX file programmatically without using LaTeX. In this article, you will learn how to render equations and math formulas using Java.
Convert OneNote Document to PDF using C#
As a .NET developer, you can easily export notes from OneNote documents to PDF. In this article, you will learn how to convert a OneNote document to a PDF using C#.
Convert MPP to Excel using Java
As a Java developer, you can easily export project data from MPP files to Excel spreadsheets (XLSX) programmatically. In this article, you will learn how to convert MPP to Excel using Java.
Read GPX Files using C#
As a C# developer, you can easily read GPX files and extract GPS data such as waypoints, tracks, routes, etc. In this article, you will learn how to read GPX files using C#.
Convert XBRL to HTML using C#
As a .NET developer, you can easily convert XBRL files or financial data from XML files to HTML webpages programmatically. In this article, you will learn how to convert XBRL to HTML using C#.
Convert LaTeX to TIFF using C#
As a C# developer, we can easily convert LaTeX source files (TeX or LTX) to TIFF images programmatically. In this article, you will learn how to convert LaTeX to TIFF using C#.
Detect Latin Symbols Support in TrueType or Type1 Fonts using C#
As a C# developer, you can easily determine whether any TrueType font or Type1 font supports Latin symbols or not. In this article, you will learn how to detect Latin symbols support in fonts using C#.