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: .NET
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 →Delphi.Net – How to convert PDF to WORD
Hi Everyone! My name is Brian and in this short article, I’ll show how to convert PDF to Word in Delphi .Net within PDF Focus .Net library. Firstly, you need to download the latest distribution of SautinSoft’s PDF Focus .Net (20 Mb): The download link: http://www.sautinsoft.com/thankyou.php?download=4 More information about the component: http://www.sautinsoft.com/products/pdf-focus/index.php Secondly, you must […]
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 →