Create PDF in VB.net

Associate
Joined
28 Nov 2002
Posts
766
Location
Down the road
I have a small application that creates a JPEG file using the System.Drawing.Image object. This has worked well but i now need to convert the final result from JPEG to PDF. The program is written in VB.net, but i dont know how i can get the output in to PDF format.
Does anyone know of an easy way to convert an image to PDF or create a PDF outright in Visual Basic / .NET?

Any info/guides etc most appreciated.
 
Back
Top Bottom