problem about winnovative-Collection of common programming errors


  • Curt
    iis pdf memory leak winnovative
    we have an asp.net 3.5 application that allows users to generate many charts and export them via pdf. This works fine for smaller pdfs (less than 100 pages), but when we do larger ones, we get random errors. some of the errors we have seen are:–System.OutOfMemoryException–Could not render the HTML string. Could not get image from html string. Try to set LoadHtmlConcurrencyLevel = 1..–Clone error. Out of memory..–Timeout waiting for conversion to finish.–System.OutOfMemoryException: Out of m

  • Alexander
    c# pdf winnovative
    Input: two dimension matrix (20000×20000) Output: pdf document with a table, contains matrix dataHow can I split table horizontally and vertically in a few pages without scaling a font-size? Right now I can generate only one page document. Winnovative library just scales a font-size. I use HtmlToPdfElement object for now but I could use any other technique, because my input data is a matrix.Func<string> generateRow = () => {var result = new StringBuilder(10000000);for (var i = 0; i <

Web site is in building