vote up 1 vote down star
1

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

flag
1  
Are you using standard html, xhtml, css? are your images large? i would imagine theses all would vary the conversion process. – Daniel A. White Apr 18 at 12:39
The webpage-output is xhtml with css includes, there are no inline styles. The images are not large and the format is *.jpg. Do you have any special tips for optimizing the output even more? – Tommy Apr 18 at 13:23

4 Answers

vote up 0 vote down check

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.

link|flag
vote up 1 vote down

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

link|flag
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 Apr 18 at 22:11
vote up 0 vote down

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.

link|flag
vote up 0 vote down

Tommy, what version of ExpertPDF are you using? I see that there are some new releases lately:

http://www.html-to-pdf.net/Features.aspx

Personally I am using ExpertPDF, but I did not notice any performance issues.

Thanks, John

link|flag

Your Answer

Get an OpenID
or

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