IronPdf / Iron-Pdf-Documentation

ReadTheDocs Build Files for IronPDF C#/.Net PDF Library http://ironpdf.com
8 stars 2 forks source link

Iron PDF on RHEL8 #19

Open neil-gok opened 2 years ago

neil-gok commented 2 years ago

I am trying out the Iron PDF library, but keep getting an error "FATAL:gpu_data_manager_impl_private.cc(417)] GPU process isn't usable. Goodbye." when trying to run inside a RHEL8 container. Per the documentation, I have disabled GPU with the below command, however I still hit this exception as soon as I try a to RenderHtmlAsPdf. Any ideas on what I can look at?

IronPdf.Installation.ChromeGpuMode = IronPdf.Engines.Chrome.ChromeGpuModes.Disabled;