Convert LaTeX to PDF in C# .NET
LaTeX is a commonly used method of writing documents in plain text using different markup tags. In LaTeX, you do not have to worry about the formatting and layout of… Read More »Convert LaTeX to PDF in C# .NET
LaTeX is a commonly used method of writing documents in plain text using different markup tags. In LaTeX, you do not have to worry about the formatting and layout of… Read More »Convert LaTeX to PDF in C# .NET
Operating systems for all digital platforms use True Type Fonts (TTF). In order to add a special touch to web pages, Microsoft has introduced EOT fonts. Embedded Open Type fonts… Read More »Convert EOT to TTF in Java
Swiss barcode enables automated processing of parcels as they can contain information about a parcel, the sevice offering, and the delivery details. You might want to create Swiss barcode for… Read More »Generate Swiss Barcode in Java
You may need to add comments to Visio diagram files for different scenarios. Particularly, the Visio diagrams are annotated with comments if something needs to be modified while getting it… Read More »Add Comment to Visio VSD VSDX Diagram in C#
It is a common practice of using albums to keep photographs, especially of a particular event such as weddings. Now, the world has changed a lot and digital photographs are… Read More »Create a Photo Album Programmatically in C#
HTML is a markup language that enables the creation of web pages. A PDF is a format for capturing content for use in electronic documents, such as printouts and documents… Read More »Convert HTML String to PDF in C#
Image editing is used in various applications to manipulate images for further processing. We have written a series of blogs, i.e. cropping, rotating, blurring, etc., which are useful for you… Read More »Apply Median and Wiener Filters to Images in C#
Often you need to combine the images into a single file in C#. One of the best solutions is the conversion of images to a PDF file. In this article,… Read More »Convert Image to PDF in C#: A Complete Guide
We all know that a barcode is a graphic symbol for identifying products. GS1 128 Barcodes are very common in the retail industry. The GS1-128 standard facilitates data exchange between… Read More »GS1-128 Barcode Generator in C#
In certain cases, you have to parse the Outlook emails and extract the information from the messages programmatically. This information includes the sender’s address, the receivers’ addresses, the body, the… Read More »Read Outlook Emails in Python