A DWF or DWFX file is a 2D or 3D drawing file that can include text, graphics, data, or three-dimensional models. Whereas, the Wavefront OBJ file is a geometry definition file format that contains 3D geometry like the position of each vertex, texture coordinates, vertex normal, etc. In certain scenarios, you might want to convert a DWF or DWFX file to an OBJ file. In accordance with such situations, this article covers how to convert a DWF or DWFX file to an OBJ file programmatically in C#.
Convert VSDM to PDF in Java
VSDM are the Visio diagram files that contain Macros. Such macros are usually develepod in Visual Basic for Applications which can perform different actions that are triggered on file opening. In certain cases, you might need to convert a VSDM Visio file to a PDF document. To achieve such requirements, this article covers how to convert a VSDM Diagram file to a PDF document in Java.
Generate Barcode in Excel using C#
You can easily add a machine-readable barcode image to an XLSX or XLS file programmatically in .NET applications. In this article, you will learn how to generate a barcode in Excel using C#.
Add or Remove JavaScript in PDF Files in C# .NET
PDF is a rich document format in terms of versatility and features. One of the major advantages of PDF is its consistent layout across heterogeneous platforms. Moreover, it has the ability to be displayed in desktop applications and web browsers at the same time. This is the reason that PDF files are capable of running JavaScript. In this article, we will demonstrate how to add or remove JavaScript in PDF files using C#.
Create a Web Scraper in C#
Web Scraping, also known as web crawling, web harvesting, or data scraping, is used for extracting data from websites. A web scraper uses different data selectors like CSS selectors, XPath, or both of these in order to extract data from the web pages. Both of these selectors are efficient for collecting and analyzing information from the web. This article covers how to create a web scraper in C#, specifically the information about HTML navigation, XPath Query and CSS Selector.
Calculate Project Programmatically using C#
As a C# developer, you can easily set project calculation mode in .NET applications and calculate project properties. In this article, you will learn how to calculate a project programmatically using C#.
Create Graphs and Charts in PDF in Java
Graphs and charts are used to visually represent the data in PDF files. Furthermore, you can use them to graphically describe the flow of the activities or operations in a system such as flow charts. In this article, you will learn how to create graphs and charts in PDF files programmatically in Java. We will explicitly cover how to create different graphical objects in a PDF file.
Recognize Text with OCR on DjVu Image in C#
The DjVu format is used to store scanned documents as they can include text, images, or drawings. It is used to archive data because this format is able to store the data using the minimum space. This article covers how to recognize text from DjVu images with OCR operations programmatically in C#.
Convert USDZ to HTML in Java
USDZ files contain three-dimensional data and are continuously getting popular for different product presentations as well as other use cases. In certain scenarios, you may need to convert a USDZ file to an HTML webpage. Accordingly, this article discusses how to convert USDZ to HTML webpage in Java.
Add Footnote Links and Role Reference Objects to XBRL using C#
You can easily create an XBRL instance document programmatically and add objects or elements such as Footnote Link, Role Reference, Arc Role Reference, etc. In this article, you will learn how to add footnote links and role reference objects to XBRL using C#.