Click here to Skip to main content
15,921,841 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends please help. it is very urgent.

I have an image of coupon. I have to add Coupon number on image dynamically and convert it to PDF to send mail as attachment, in asp.net & c#.

Thanks in advance.
Posted
Updated 21-Feb-11 17:22pm
v3

TO add text to an image see here[^].

Converting to a pdf will require a third party like iTextSharp. Check their website for tutorials.
 
Share this answer
 
There are many free PDF libraries available on the internet.

PDFSharp[^]
and
iTextSharp[^]
are just two of hundreds.

Neither are particularly easy to use though.
 
Share this answer
 
Here[^] is how you can draw text on your coupon image.
Converting Image Files to PDF[^] will help you to convert your image to PDF.
:thumbsup:
 
Share this answer
 

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