hi everyone!
I'm working on project which Generates certificates for different students.
The interface takes the input of Name, College, Secured position and generates the certificate...
but I want to generate all the certificates at once. So, to avoid overlapping of the file names, i want to generate different file names during runtime like c1,c3,c3 etc.. Is there any way to do it??
Thanks!