high quality drawings to Pdf

ram741

New member
Joined
May 7, 2013
Messages
1
Programming Experience
Beginner
I have an application that generates some drawings ( lineshapes and picture boxes), during runtime I would like the user to be able to save whatever is on the form ( scrollable) to a pdf file ( through cutepdf for example). I know how to do this with the printtofile method, but the problem is with poor quality of the pdf file, when I zoom in I can clearly see the pixels in produced file. Is there anyway to improve the quality of the image in pdf file. I would like to do that through a code in vb.net. Thank you
 
Back
Top