views:

249

answers:

3

I´m using ExpertPDF (library for .NET C#) for converting HTML to PDF and my problem is that it takes a lot of time to do this.

Are there any customizations that will improve the conversion?

The HTML-page contains table-data with just a few images, so it is not that complex.

Have anyone else ever experienced this problem, or do you recommend another library for doing this?

I´m thankful for all hints I can get, there must be a way to increase the performance of this action...

+1  A: 

There is a lot of questions in stackoverflow that speak for this subject

ecleel
I know there is a lot of questions about this subject, but, they dont solve my problem with the performance of ExpertPDF, html to pdf.
Tommy
A: 

I know there is a lot of questions about this subject, but, they dont solve my problem with the performance of ExpertPDF, html to pdf... If I had found the answer I wouldnt have asked!

I thought someone had information about how to optimize the ExpertPDF library or other tips for making the conversion faster.

Tommy
+2  A: 

If you really need build from HTML, i suggest to have a look websupergoo, it is no free or open source library can export PDF from HTML.

SilverNight