1

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.

Sanjeevi Subramani
  • 501
  • 1
  • 5
  • 16

1 Answers1

1

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.

Hamed Mahdizadeh
  • 936
  • 1
  • 15
  • 29