Printing a Certificate Form
-
Good Day, My organization (School Club) will give a seminar. All attendees will get a certificate for attending the seminar. All of the Attendees information will be saved on a database. Basically, the Certificate was already designed using Photoshop. However, details like Name, Control Number and Date Printed needs to be filled-up. I'm thinking of having 3 textboxes placed on top of the Imagebox (the Certificate Image), filling the textboxes with the name, control number and date, and then printing it. However, I don't know how to proceed. What can you guys suggest? Thanks! :)
It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.
-
Good Day, My organization (School Club) will give a seminar. All attendees will get a certificate for attending the seminar. All of the Attendees information will be saved on a database. Basically, the Certificate was already designed using Photoshop. However, details like Name, Control Number and Date Printed needs to be filled-up. I'm thinking of having 3 textboxes placed on top of the Imagebox (the Certificate Image), filling the textboxes with the name, control number and date, and then printing it. However, I don't know how to proceed. What can you guys suggest? Thanks! :)
It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.
I think you should use Crystal Report. Design your Certificate on Crystal Report [ that alredy designed as image ] please Value field and Print !!!!
cheers, Abhijit My Latest Article : IIS 7.0 and Deploying Asp.Net WebSites on IIS 7.0
-
I think you should use Crystal Report. Design your Certificate on Crystal Report [ that alredy designed as image ] please Value field and Print !!!!
cheers, Abhijit My Latest Article : IIS 7.0 and Deploying Asp.Net WebSites on IIS 7.0
Abhijit Jana wrote:
should use Crystal Report
He could, but it might not be cost-wise beneficial for him since it for the school club. Clubs are usually on a tight budget of what they can spend. You might want to suggest something freeware for him to check out.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
Good Day, My organization (School Club) will give a seminar. All attendees will get a certificate for attending the seminar. All of the Attendees information will be saved on a database. Basically, the Certificate was already designed using Photoshop. However, details like Name, Control Number and Date Printed needs to be filled-up. I'm thinking of having 3 textboxes placed on top of the Imagebox (the Certificate Image), filling the textboxes with the name, control number and date, and then printing it. However, I don't know how to proceed. What can you guys suggest? Thanks! :)
It is said that the most complex structures built by mankind are software systems. This is not generally appreciated because most people cannot see them. Maybe that's a good thing because if we saw them as buildings, we'd deem many of them unsafe.
You could just do something along the lines of using the
PrintDocument
class in your app for adhoc reporting. If not, there are plenty of free reporting tools out there, this google search on freeware reporting tools for .net[^] turned up a few good ones. Report Sharp Shooter Express is a nice one."The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham