I have create a page for user to input user information. After user click submit button, a jpg file will be create to show all user information, layout likes student card.
That's means:
Input :
Name: Peter
Gender: M
Date Of Birth: 23,Jan-1992
Output: the same format as input, but in JPEG format.
I find some samples about create a dymanic jpeg, but only create a image of single line text input.
Member
4 Points
26 Posts
How to create a dymanic jpeg
May 29, 2009 12:11 AM|accindy|LINK
Hi all professional,
I have create a page for user to input user information. After user click submit button, a jpg file will be create to show all user information, layout likes student card.
That's means:
Input :
Name: Peter
Gender: M
Date Of Birth: 23,Jan-1992
Output: the same format as input, but in JPEG format.
I find some samples about create a dymanic jpeg, but only create a image of single line text input.
Any suggestion ?
All-Star
32861 Points
7877 Posts
Re: How to create a dymanic jpeg
May 29, 2009 01:03 AM|qwe123kids|LINK
Hi,
http://www.sitepoint.com/article/generating-asp-net-images-fly/
http://www.developerfusion.com/code/3696/creating-a-dynamic-graphic-which-returns-a-jpg/
Check the above Link...
Avinash Tiwari
Remember to click “Mark as Answer” on the post, if it helps you.