Convert HTML -> PDF

"In my case I just want to transform some XML with XSLT and save the HTML output as PDF. That's just about three methods.

Are there any smart people out there with such an app laying around?"

[Mads Haugbø Nissen]

Tons.

2 Comments

  • But how many of those are actually .net components?

  • There is a .NET component on SourceForge for creating PDF. However, if you need something quick, just get one of these command line tools (got to be an open source one), wrap the functionality in a class, and use System.Diagnostics.Process.Start to run the tool. Actually I did the same thing about a week ago, but image -> PDF using ImageMagick's command line tools.


Comments have been disabled for this content.