A screenshot, also known as a screen capture, or screen grab, is a digital image that shows the contents of a computer display or another device (phone, tablet). The screenshot is created by the operating system or software running on the device powering the display. This means that the image will show your desktop, open […]
Read More →How to save a document as PDF/A with different conformance levels in C# and VB.NET
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 →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 →Table Report with Regions
In this article, we will look at how you can create a file that contains a header, a tabular report with regions and a total sum using the merge template and an XML document as a data source. The document with the report will be generated automatically and can be saved in DOCX, RTF, PDF, […]
Read More →How can a Word (*.docx and *.rtf) document be created in C# and .Net
Dear .Net developers, During reading this article you will find how to create a Word document using C# and .Net, and furthermore how to save it as *.docx and *.rtf. To get the ball rolling, let’s describe some requirements for the Word document which we want create: It has to be 8.5×11 inches Letter page size, […]
Read More →