I need to create seprate pdf file for each n number of patients all together. So if anyone selects that patient in the gridview it should open that individual patient pdf. Please someone tell me how to approach for this.
Asked
Active
Viewed 3,000 times
2
-
Have you check this out ? http://stackoverflow.com/questions/465433/creating-pdf-files-at-runtime-in-c-sharp – JohnnBlade Jul 23 '12 at 07:35
-
I am using itextsharp as a tool. Please specify the approach to create number of pdfs at one go – Aada Jul 23 '12 at 07:37
-
When they click the get pdf button, what gets downloaded? A zip of individual pdf s for each patient? One big pdf with everything? – just.another.programmer Jul 23 '12 at 08:05
1 Answers
3
Make use of iTextSharp dLL that will help you to create PDF file easily
here is article and demo for this : Creating PDF documents with iTextSharp
one more good eample : Create PDF document using iTextSharp in ASP.Net 4.0 and MemoryMappedFile

Pranay Rana
- 175,020
- 35
- 237
- 263