Search code examples
c#html-to-pdfnreco

NReco pdf generator Error - libpng warning: iCCP: known incorrect sRGB profile (exit code: -1073741819)


We are using Nrecopdf generator to generate pdf from html .it fails with the below error:

libpng warning: iCCP: known incorrect sRGB profile (exit code: -1073741819)

i tried using version: 1.1.10.0 and 1.1.14.0, in both the versions getting the same error.


Solution

  • Try Installing Visual C++ Redistributable Packages for Visual Studio 2013 or Packages for Visual Studio 2015 (based on your code) both X86 and x64 Version on your machine you can find same question here: PDFGenerator issue.

    My Problem solved by installing this packages.