I’m using ephtmltopdf dll to convert an html page into pdf.I’m loading a data table into the aspx page and converting it into pdf.It works fine when the size of data table is less like some 100 to 200 records.In this case it takes some 2 min or so.But takes too long wen the size is like some 3000+ records.In this case it takes some 3 hours to convert the aspx page into pdf.The result is obtained in both the cases.It is the time taken dats the problem.There is nothing in the code that can be optimised.Is dere anyhing dat can be done..
i’m using asp.Net c#.
I’m using ephtmltopdf dll to convert an html page into pdf.I’m loading a data
Share
Using IE 8 in the server solved my problem.Dont know y its so….earlier i was using ie 7.