Forum How do I...?

Simple example

JorenWillems
Hi

Can anyone please give me a simple examle in ASP.NET using C#?

Scenario:
User chooses an image from dropdownlist. User clicks submit button. Image is shown in pdf

Thx
mikeday
Do you know how to do this without the PDF aspect? For example, selecting an image and displaying that on a HTML page? Once you can do that, it is relatively easy to call Prince on the HTML to convert it to PDF.