Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,

I want to design an ID card format which contain a logo, company address, signature of the hod,photo of employee etc. Employee details and photo should uploaded and by selecting the employee number all details of the employee should get on the page. Also there should be option for changing the card design.
How can I do it?

Thank you.
Posted
Comments
suregirish 21-Jun-16 2:37am    
Hi Zukiari,

Are you able to solve the designing and print id card problem ?
If yes, then please share the idea.

Thanks
Girish

design an ID card format which contain a logo, company address...
Use HTML to define a template that has a design to hold all the fields you need. It's something like creating a theme-skin for website just that here you are not designing whole page.
Use defined stylesheets such that the appearance change easily just by changing stylesheet.

there should be option for changing the card design
You need to implement template kind of feature such that all of them have defined/same fields irrespective of design

Try out by yourself, post specific issue if you get stuck.
 
Share this answer
 
Show us your efforts. It seems you have directly copy-pasted the requirement document here without trying anything from your side.

You have posted the requirement at the wrong place. This is a quick question answers section. You need to post your question here[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900