views:

89

answers:

1

How can I save multipage WinForm to PDF & how can I print it?

thanks, Ofir

+1  A: 

A good framework is pdfSharp.

You can capture the form (there are few ways of doing it, this is one sample). Than write the image stream a pdf object (you can find many samples for this in the pdfSharp web site).

sagie