Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Muzammil Khan
Perform OMR and Extract Data using C#
You can easily perform OMR operations on scanned images of survey forms or test sheets programmatically, and read user inputs programmatically in .NET applications. In this article, you will learn how to perform OMR and extract data using C#.
Convert OneNote Document to HTML Webpage using C#
As a C# developer, you convert OneNote to HTML. Converting OneNote to HTML allows showing the content in any browser without sharing the original files. In this article, you will learn how to convert a OneNote document to an HTML webpage using C#.
Add Objects to XBRL Documents using C#
You can easily create an XBRL instance document programmatically and add objects or elements such as schema reference, context, unit, items, etc. In this article, you will learn how to add objects to XBRL instance documents using C#.
Convert WOFF to TTF using C#
As a C# developer, you can easily convert Web fonts (WOFF or WOFF2) to True Type Fonts (TTF) programmatically. In this article, you will learn how to convert WOFF to TTF using C#.
Create PDF from LaTeX in Java
As a Java developer, you can easily create a PDF document from the LaTeX source file programmatically. In this article, you will learn how to create PDF from LaTeX in Java.
Create OMR Template from Text Markup using Java
As a Java developer, you can easily generate OMR surveys, quizzes, or answer sheets from text markup programmatically. In this article, you will learn how to create an OMR Template from text markup using Java.
Extract Text or Images from OneNote Documents using Java
As a Java developer, you can easily extract text or images from OneNote documents programmatically without using MS OneNote. In this article, you will learn how to extract text and images from OneNote documents using Java.
Convert XBRL to PDF using C#
As a .NET developer, you can easily convert XBRL files or financial data from XML files to PDF documents. In this article, you will learn how to convert XBRL to PDF using C#.
Convert TTF to WOFF using C#
Fonts define the graphical representation of an individual character in the text, such as its size, display style, weight, color, etc. TTF (True Type Font) works fine on all digital platforms and gives excellent quality on-screen and in printed documents. On the other hand, the WOFF (Web Open Font Format) is mostly used in web pages. It contains format-specific compression and additional XML metadata. In certain cases, we may need to convert true-type fonts into Web … Continue Reading