siva nathan

siva nathan

  • 945
  • 828
  • 231.4k

Export to pdf using Itextsharp in .NetCore

Mar 26 2021 10:55 PM
Hi all,
 
I have a grid with student records need to export that grid into PDF using Itextsharp also i have a template for pdf
 
 
 
 
 Student Name Age StdAddres  Photo
     Arun                                  16           10          chennai          image of the std
 

 
Student Name Age StdAddres Photo
        sankar                              16         10        chennai           image of the std
 
 
having horizontal line inoder to split the student record
 
how can i achieve above task using Itextsharp in dot net core  

Answers (2)