ConvertToPdf method in Docker linux environment

ConvertToPdf method in Docker linux environment

Hi. We are using Xceed.Words.NET to process an docx file, replace some text variables and generate a pdf with the result. 

The process work fine in my Windows environment but when i deploy it in Docker production environment (linux) the method DocX.ConvertToPdf() throws and Exception. (The type initializer for 'Gdip' threw an exception.)

What can be happening? Thanks