The ISO 19005 standard (PDF/A) defines requirements for creating documents suitable for archiving based on the widely available PDF format. The standard specifies in detail what content is allowed and what is not. These and other specifications are intended to ensure long-term readability of the documents regardless of the application software and operating system in […]
Read More →Tags: C#
Remove rows with a given text in a table using C#
Based on questions from our customers. In this article, you’ll learn how else to work with tables. For example, we have a document with a table containing various persons with different age. The third cell in each row contains the person’s date of birth. You need to create a new document with a table that […]
Read More →How to convert PDF to JPG image with high Quality in C# and .Net
In this article I’d like to tell how to convert PDF to JPG in .Net platform with various Jpeg Quality (High and Low). In addition I’ll show you a simple C# sample which help us to understand how the size of .jpg file depends of jpeg quality. As you may know that JPEG format is very […]
Read More →How to create HTML email with embedded images from RTF and send it using Outlook in .Net C#
Create HTML email with embedded images from RTF in .Net
Read More →How to convert RTF to HTML email with embedded images and send it via SmtpClient in .Net C#
In this article you will find how to create a simple .Net C# application which converts RTF document to HTML email with attached images and sends it via SmtpClient class. Let’s make a C# code satisfying of these conditions: Acceptable for any .Net application: ASP.NET, Windows Forms, WPF, Console, Web Service, SilverLight etc. Works at […]
Read More →