hi,
i want to create one project in which i have to make attendance sheet module in which i have emloyee name and name,fname,photo,sign filed i want to auomate that way so i run application no of candidates in one domain come in one pdf and other in second pdf .can someone tell me tchnology from which i can create this application in dot net
SandyPosted Oct 6, 2017, 11:22 PM
tarun janvejaPosted Oct 5, 2017, 12:03 PM
Maen BadwanPosted Oct 4, 2017, 11:25 AM
You can save each set of data in one DataGridView, export the data into Excel using the Microsoft Excel 12.0 object library, and then convert the Excel into PDF using iTextSharp or LEADTOOLS PDF SDK.
The following thread show how you can export DataGridView To Excel In C#:
http://www.c-sharpcorner.com/UploadFile/hrojasara/export-datagridview-to-excel-in-C-Sharp/
And then check the following code which shows how you can convert Excel to PDF using the .NET Document Converter class from LEADTOOLS:
Sundaram SubramanianPosted Oct 3, 2017, 10:21 PM