Is there a way to export Windows forms directly to a PDF in C#? I created some nice plots using ZedGraph, added them to a Windows form and would like to export them to a PDF. PrintForm looks promising if there is some way to select the destination as a PDF.
Thanks.