Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: December 2021
Convert OBJ File to FBX or glTF GLB File in Java
3D Object OBJ files contain 3D objects information like the texture and coordinates. You can convert an OBJ file to a GLTF or FBX file programmatically in Java. In some scenarios, you might need to convert an OBJ file to different files. In accordance with that, this article covers how to convert an OBJ file to GLTF or FBX file in Java.
Disable Compatibility Checker in Excel in Python
MS Excel compatibility checker ensures that a file in an older format does not use the features provided by the newer Excel version. Thus, people using older versions of Excel do not face compatibility issues. While manipulating Excel files, you may need to disable the compatibility checker dynamically. To achieve it, this article shows how to enable or disable the compatibility checker for MS Excel workbooks in Python.
Extract Text from Word Documents in C#
Text extraction from Word documents is often performed in different scenarios. For example, to analyze the text, to extract particular sections of a document and combine them into a single document, and so on. In this article, you will learn how to extract text from Word documents programmatically in C#. Moreover, we will cover how to extract content between specific elements such as paragraphs, tables, etc. dynamically.
Convert CFF to PDF in Java
Three-dimensional packaging and die-cutting designs are usually stored in CFF file format. However, only specific applications can process the CFF or CF2 files when you need to open, view, or manipulate these files. In accordance with that, you may need to convert the CFF file to a PDF document. This article covers how to convert a CFF to a PDF file programmatically using Java.
Convert HTML to PDF in Java on Linux
HTML files are commonly used to display text, images, drawings, etc. over the web. In certain situations, you might need to convert HTML files to PDF files. This article covers how to convert an HTML file to a PDF document on Linux in Java.
Convert Scanned PDF to Word DOCX or DOC File in C#
Scanned PDF files contain images where text cannot be selected or edited. In certain situations, you may need to convert scanned PDF to Word document. In this article, you will learn how to convert scanned PDF to Word document in DOCX or DOC format programmatically using C#.
Convert a Word Document to EPUB in C#
The EPUB format is used for electronic publications, which are commonly known as ebooks. The EPUB files are supported by a range of smart devices such as smartphones, tablets, laptops, etc. In various cases, the documents are created in MS Word formats that do not often have built-in support on smart devices. Therefore, Word files are converted to EPUB format. In this article, you will learn how to convert Word (DOCX, DOC, etc.) files to EPUB programmatically using C#.