Convert VSD to VSDX in Python
If you have a Visio diagram in the VSD format and want to convert it to VSDX programmatically. You can use Python to do so. In this blog post, we… Read More »Convert VSD to VSDX in Python
If you have a Visio diagram in the VSD format and want to convert it to VSDX programmatically. You can use Python to do so. In this blog post, we… Read More »Convert VSD to VSDX in Python
Microsoft Outlook is available for Windows and Mac Operating systems. Outlook for Mac and Outlook for Windows, store user emails in data files. These data files consist of all emails,… Read More »Convert OLM to PST in C#
MBOX is a mailbox file formats family used by various email applications such as Thunderbird, Eudora, Apple Mail, Entourage, etc. MBOX file is the typical format for storing emails. It… Read More »Merge Multiple MBOX Files in C#
OLM is a file format which Microsoft Outlook for Mac uses to store local data. OLM contains local data such as emails, attachments, notes, calendar data, contacts, tasks, history, etc.… Read More »Read MS Outlook for Mac OLM Files in C# .NET
Different formats of MS Excel support a different number of rows and columns in a file. For example, the maximum number of rows and columns would be different for sheets… Read More »Get Maximum Number of Rows in Excel Sheets in Java
TIFF images are commonly used to save multiple barcodes in a single file. In certain scenarios, you may need to read different barcodes from a TIFF file. Following such requirements,… Read More »Read Barcode From Multi-Page TIFF Image in C#
Have you ever been in a situation where you wanted to save web pages as PDF documents? Converting HTML web pages from live URLs can be useful for a number… Read More »Convert URL to PDF in C#
A PDF file is one of the most common business documents. In certain cases, we may need to read scanned PDF documents programmatically. The difficulty of extracting text from scanned… Read More »OCR PDF and Extract Text from PDF in C#
XER files are used to store data pertaining to project management and project planning. Likewise, the MPP file format can also store such project management information. Sometimes, you may need… Read More »Convert XER to MPP Programmatically in C#
If you are looking for a way to export Visio diagrams into SVG image format using Python? You have come to the right place. This article will explain how to… Read More »Convert Visio to SVG in Python