English

How to Crop PDF Pages in Java

Learn how to crop PDF pages in Java. Trim the empty margins from the desired PDF pages effortlessly in a few lines of code.
June 12, 2023 · 2 min · Usman Aziz

Convert Type1 to TTF Font - Free Online Converter

Type1 and TrueType (TTF) are popular font formats used in various applications, from graphic design to web development. While Type1 fonts have been widely used in the past, the TTF format has gained popularity due to its versatility and compatibility across different platforms. This blog post will guide you to convert Type1 font to TTF online for free.
June 9, 2023 · 4 min · Farhan Raza

Convert PDF to LaTeX in C#

Easily convert your PDF files to LaTeX in C#. Generate TEX file from the PDF within a few lines of code. Get a free online PDF to LaTeX converter.
June 9, 2023 · 2 min · Usman Aziz

Convert GLB to OBJ in Java

In this article, you will learn how to convert GLB files into OBJ format programmatically. With the help of this article, you will gain valuable insight into the process of converting GLB to OBJ using Java.
June 7, 2023 · 4 min · Muzammil Khan

Convert PUB to JPG File Online

Convert PUB to JPG JPEG Image online for free. Convert the MS Publisher PUB files to JPG image without needing to install any software or plugin.
June 7, 2023 · 4 min · Farhan Raza

How to Crop PDF Pages in C#

Learn how to crop PDF pages in C#. Trim the empty margins from the desired PDF pages effortlessly in a few lines of code.
June 7, 2023 · 2 min · Usman Aziz

Convert GLB to OBJ in C#

Learn to how convert GLB to OBJ programmatically in .NET applications. Explore how to export 3D object from a GLB file to an OBJ in C#
June 6, 2023 · 3 min · Muzammil Khan

How to Compress PDF Files in C#: A Step-by-Step Guide

Learn how to compress PDF files in C#. A complete guide and code sample to reduce the size of the PDF files in a few simple steps.
June 6, 2023 · 2 min · Usman Aziz

Convert MSG or EML files with embedded images to HTML in Java

Converting MSG or EML files to HTML makes them easier to view, particularly for recipients who may not have compatible email clients or software. This article presents an algorithm for swiftly and easily converting MSG or EML files to HTML format using Java, regardless of the underlying purpose.
June 5, 2023 · 4 min · Margarita Samodurova

Create MIME messages using Java

When sending an email, you may need to send multimedia content such as images, audio, and video. This is where MIME (Multipurpose Internet Mail Extensions) messages come into play. In this article, we will explore how to create EML with images in a HTML body.
June 5, 2023 · 5 min · Margarita Samodurova