2

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.

Aada
  • 1,591
  • 7
  • 30
  • 57

1 Answers1

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