English

Add or Update Hyperlinks in PDF using Java

PDF is a popular document format that provides cross-platform support with a range of features to create rich documents. Furthermore, it supports a variety of elements such as media, forms, annotations, artifacts, etc. Among these elements, the hyperlinks are used quite often to navigate within the PDF, from one PDF to another, to open a URL, etc. So in this article, you will learn how to add and update hyperlinks in PDF files programmatically in Java.
April 30, 2022 · 4 min · Usman Aziz

Convert DWF or DWFX to OBJ in Java

DWF or DWFX files are used to save CAD drawings, data, graphics, text, and 3D models in a zip-compressed file. contain design data in 2D or 3D format. Under different use cases, you may want to convert a DWF or DWFX file to the OBJ format file as per your requirements. In accordance with that, the article covers how to convert DWF or DWFX to OBJ files programmatically using Java.
April 29, 2022 · 2 min · Farhan Raza

Convert XBRL to HTML in C#

As a .NET developer, you can easily convert XBRL files or financial data from XML files to Excel and HTML webpages programmatically. In this article, you will learn how to convert XBRL to HTML using C#.
April 29, 2022 · 3 min · Muzammil Khan

Create MS Outlook Tasks in Python

MS Outlook allows you to create to-do lists that are comprised of different tasks. Each task is an activity that is to be performed within a particular period of time. Thus, you can keep track of the tasks assigned to you. While automating MS Outlook operations, you may need to work with Outlook tasks. Accordingly, in this article, you will learn how to create MS Outlook tasks programmatically in Python.
April 28, 2022 · 3 min · Usman Aziz

Parse Outlook PST Files in Python

PST (Personal Storage Table) is a storage file format that is used by different Microsoft programs. PST files are capable of keeping data of messages, contacts, calendars, events, etc. It is used by popular Microsoft softwares such as MS Outlook, Exchange, and Windows Messaging. In certain cases, you may need to parse a PST file and extract data from it programmatically. To achieve that, this article shows how to parse PST files from within the Python applications.
April 27, 2022 · 3 min · Usman Aziz

Convert STL to USDZ File in Java

An STL file describes the surface geometry of 3D objects and they are commonly used 3D printing, rapid prototyping, etc. While the USDZ files are getting popular to be used in augmented reality scenarios. They are the uncompressed ZIP archives that contain Universal Scene Description information. In certain cases, you may need to convert an STL file to USDZ format.
April 27, 2022 · 2 min · Farhan Raza

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#.
April 27, 2022 · 3 min · Muzammil Khan

Check Latin Symbols Support for TrueType or Type1 Fonts in 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 check Latin symbols support for fonts using C#.
April 27, 2022 · 3 min · Muzammil Khan

Add or Remove JavaScript in PDF Files in Java

PDF is one of the widely used document formats because of its consistent layout across heterogeneous platforms. Furthermore, it can be displayed in desktop-based software applications as well as the web browsers at the same time. The support of web browsers make PDF files capable of running JavaScript. In this article, you will learn how to add or remove JavaScript in PDF files programmatically in Java.
April 26, 2022 · 3 min · Usman Aziz

Find and Replace Text in Visio Files in C#

Visio files are used to create diagrams like organizational charts, flow charts, etc. Such diagrams comprise different shapes which can also contain text information. In some use cases, you may need to update the text in any shape of a Visio diagram. In accordance with such requirements, this article covers how to find and replace text in Visio drawings programmatically in C#.
April 26, 2022 · 2 min · Farhan Raza