English

STL File Viewer using C#

STL (STereoLithography) file format is used for 3D CAD drawings and 3D printing. There are several requirements when the developers are required to programmatically render STL files into various other formats. One of the reasons for conversion is better portability. In this article, you will learn how to render the STL files into PDF format using C#. Additionally, we will convert the STL files to HTML, JPG, and PNG format within .NET application using examples.
· Shoaib Khan · 3 min

Watermark Password Protected Documents using C#

Watermarking is one of the ways to protect your documents from illegal use; branding your files; mentioning your documents as drafts or confidential. In order to watermark your files programmatically, this article guides you on how to add watermark to your password-protected files using C#. We will separately look into adding text and image watermarks to the protected files.
· Shoaib Khan · 3 min

Strikethrough Text in Documents using C#

There are cases where you need to point out the content that has mistakes or it is no more valid. Crossed out is one of the ways to mark the invalid content within the documents. In order to automate the striking out within .NET applications, this article shows how to strikethrough text in documents using C#.
· Shoaib Khan · 2 min

Convert Source Code to PDF in Java

If you want to share your code snippets, you can convert them into PDF format. In this article, we will discuss how to convert Java, Python, C++, PHP source code to PDF format within Java application. Additionally, we will also learn to password-protect the converted PDF files.
· Shoaib Khan · 3 min

Compare PDF Documents using C# - Highlight, Accept or Reject Changes

Due to the fact that PDF is one of the most in-use formats of the digital world, it is often required to compare two versions of the same document. This article discusses, how to compare two PDF documents and highlight the differences using C#. Further, we will see how to compare password-protected PDF files, accept and reject changes, and also the comparison of more than two PDF files with C# examples.
· Shoaib Khan · 4 min

Password Protection of PDF Files in Java

There are different security levels that you can provide to your confidential documents. You can apply watermarks, encrypt files, or you can make your documents password-protected. In this article, we will see how to programmatically add password protection to the PDF files within the Java applications. Further, we will learn to change the password and also to remove the passwords to unlock PDF files.
· Shoaib Khan · 3 min

Strikethrough Text in Documents using Java

Probably you have some content that is no more valid. Let’s cross it out. Crossing out is one of the ways, used to highlight the invalid content within the documents. In order to automate the cross-out within the applications, this article shows how to strikethrough text in documents in Java.
· Shoaib Khan · 2 min

Add Wavy Underline in Word, PDF & Other Documents using C#

Squiggly underlines are normally used to show inconsistencies in the document. We are quite familiar with these lines as Microsoft Word uses red squiggly underlines to indicate spelling mistakes and blue squiggly/wavy underlines for formatting issues. We can also add such underline annotations in documents programmatically. In this article, we will learn how to add wavy underlines in Word, PDF, PPT, and other documents using C#.
· Shoaib Khan · 3 min

Convert Source Code to PDF in C#

You sometimes need to convert the source code files to other formats. It may be for sharing or analysis purposes. This article discusses how to convert Python, PHP, Java, C#, C/C++ source code files to PDF format within the .NET applications. Furthermore, we will programmatically password-protect the converted files.
· Shoaib Khan · 3 min

Compare Word Documents using C#

Word processing documents are the most common way to draft contracts, agreements, papers, and many other official documents. If you need to compare and merge two Word documents, just like the track changes option of Microsoft Word, we can programmatically do it within our .NET applications. In this article, we will discuss how to compare two Word documents and highlight the identified differences using C#. Additionally, we will look at how to compare password-protected documents, accept and reject changes, and compare more than two documents with C# examples.
· Shoaib Khan · 4 min