Search
Follow Us
Categories
- Success Stories(157)
Archives
Tag Archives: DotNet API to Add Data from Database to PDF
Add Data from Database to PDF in C# .NET
Databases are almost everywhere to store and manage the data. It is a common practice of the programmers to retrieve the data from the databases and load it into the applications. When generating PDF files programmatically, one may need to populate the document with the data in database. To accomplish that in .NET applications, this article shows how to add data from database to PDF files in C#.