2

1

I have an ASP.Net web application in which I wan't to provide an export to PDF facility for a list of articles (the app is sort of like an RSS reader). Basically what I want to do is render the ASP.Net output to a memory stream (html) and then use a library to convert it to PDF and return it to the user. Any library recommendations appreciated?

flag

1 Answer

2

Yes, there's a few options available for converting HTML to PDF.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.