Tommy
Tommy

Reputation: 298

HTML to PDF - Bad performance

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...

Upvotes: 2

Views: 3753

Answers (2)

Cheung
Cheung

Reputation: 15552

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.

Upvotes: 3

Related Questions