Compress PSD File Online – PSD Compressor
Have you ever struggled to send a PSD file via email because it was too large? Or perhaps you wanted to upload it to a website, but the file size… Read More »Compress PSD File Online – PSD Compressor
Have you ever struggled to send a PSD file via email because it was too large? Or perhaps you wanted to upload it to a website, but the file size… Read More »Compress PSD File Online – PSD Compressor
Adobe Illustrator uses AI files for storing vector graphics. For creating and editing graphics, Illustrator is an excellent tool, but installing it only to view one file is not always… Read More »AI File Reader: How to Open and View AI Files
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
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#
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#
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
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
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#
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#
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#