I\'m looking for a way to generate PDF files using the standard PrintDocument and Graphics (GDI) classes in .NET. As far as I know, the only way to do that is by printing to
The C1Pdf component does this. It has methods that mimic GDI plus (DrawString, DrawImage, etc) and generates PDFs. It does not install or require any printer drivers. Here's a link to the documentation in case you want more detail:
http://www.componentone.com/newimages/Products/Documentation/WinForms.PDF.pdf