Protect or Unprotect Visio Diagram from Changes in C#
Visio files are used to represent different graphical diagrams like network layouts, database models, object mapping, etc. Some diagrams or layouts can be confidential so you might need to protect Visio files from unauthorized access. Accordingly, this article covers securing the Visio files by protecting or unprotecting the files as per your requirements.
Protect or Unprotect Visio Shapes from Changes in C#
Visio files comprise various types of shapes and connectors to create different diagrams. In some cases, you may want to protect specific shapes from changes. Following such scenarios, this article explains how to protect or unprotect shapes in a Visio diagram programmatically in C#.
Convert LaTeX to PDF in C# .NET
The output of the LaTeX content is usually generated in PDF format. Therefore, in this article, you will learn how to convert a LaTeX file to PDF programmatically in C#. This could be useful when you have to convert a batch of LaTeX files to PDF format.
Convert EOT to TTF in Java
Are you working with Java and need to convert EOT to TTF? Don’t worry, it’s not as complicated as it sounds. In this article, we’ll walk you through the steps to easily convert EOT to TTF programmatically.
Generate Swiss Barcode 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 domestic or international mail in your projects or applications. Accordingly, this article explains how to create a Swiss post mail barcode for domestic or international shipping programmatically in Java.
Add Comment to Visio VSD VSDX Diagram in C#
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 reviewed. Following such requirements, this article covers how to add a comment to a VSD or VSDX Visio diagram programmatically in C#.
Create a Photo Album Programmatically in C#
The world has changed a lot and digital photographs are now in the business, which are mostly kept on computers or smart phones and printed only when required. Thus, digital photo albums emerged. In this article, we’ll demonstrate how to create photo albums programmatically in C#.
Convert HTML String to PDF in C#
As a C# developer, you can easily generate a PDF document from an HTML string programmatically. In this article, you will learn how to convert an HTML string to a PDF document in C#.
Apply Median and Wiener Filters to Images in C#
In this article, we are going to show you how to apply median and wiener filters, which are commonly used to denoise and smoothen images. So let’s see how to apply median and wiener filers to an image programmatically in C#.
Convert Image to PDF in C#: A Complete Guide
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, you will learn how to convert images to a PDF in C# following a few easy steps. Also, the provided method will ensure the high-quality and high-speed C# image to PDF conversion. So let’s go through the step-by-step guide and see how to perform image to PDF conversion in C#.