I'm Developing a software, where i want show report in pdf format which consist of people information on it,
My Question is , how can i create a new pages in pdf as per reportdata resources im defining,
for example i have 4 data sets and i want to show each datasets tables on new page for ease of reading.
I'm using vS13 and using rdlc reporting with asp.net c#.
Maen BadwanPosted Aug 22, 2019, 10:17 AM
https://social.msdn.microsoft.com/Forums/vstudio/en-US/ea02f8e8-edf5-4aca-8c74-ef3a94b5328d/export-dataset-into-excel-sheet-in-c
After this, you can convert the result Excel files into PDF documents using the .NET document conversion features from LEADTOOLS.
https://www.leadtools.com/help/leadtools/v20/dh/doxc/documentconverter.html
And finally, if you want to merge all the PDF reports into one large PDF, you can use the PDFFile class from LEADTOOLS to merge them.
This C# code shows how you can do this:
https://www.leadtools.com/help/leadtools/v20/dh/pdf/pdffile-mergewith.html
Also you can check the LEADTOOLS cloud services Merge method as described here:
https://services.leadtools.com/documentation/api-reference/merge
Sapna GirishPosted Aug 11, 2019, 8:27 PM
Abubakr MahdiPosted Aug 10, 2019, 11:23 PM