Hi,
i have issue regarding javascript rendering.
On page we want export to pdf, we are using jQCloud (
http://mistic100.github.io/jQCloud/ ) and it works fine if we have about 30 tags.
With greater number of tags (80) pdf shows only few tags while HTML page which was sent to pdf shows all of tags.
HTML page was tested in Firefox, Chrome, IE, Safari, Opera.
I've tried to set options.MinLoadWaitTime = 20000; but doesn't help.
There is no any javascript error ( tried with HtmlToPdf.DebugConsole = Console.Out; )
Any sugegstions?
Best regards