Does .NET have a built in component to build a PDF, or any other way to do it without a 3rd party component?
-Matt
macrost
12:15 am on Jul 13, 2004 (gmt 0)
mattglet, You could use xml/xsl-fo if you want. ;)
Easy_Coder
1:17 pm on Jul 13, 2004 (gmt 0)
Back in 2001 I came across a fantastic article written by Pramod Kumar Singh on this very topic. Pramod had written a PDFGenerator Object in c#; it converts strings to a pdf file.
Google "Pramod Kumar Singh" +c# Take a looksee at the second result.