Hi,
I'm using your library to generate a pdf file from an excel file.
I just try to add a logo on my excel and it works properly when I am running my .net5 API on Windows 10.
But, when I deploy the same code on AWS there is an error when the logo is added to the excel file.
The only difference between the two environments are that I am using Windows 10 on my local computer but I deploy it on a Linux VM.
The exception thrown is :
sprḯ: Unknown image format:Parameter is not valid.
at spr₧.ᜀ(Stream A_0)
at spr₰.ᜀ(Stream A_0)
at spr₮.ᜀ(spr₍ A_0, Stream A_1)
at spr₎.ᜀ(spr₍ A_0, Stream A_1)
at spr₎.ᜀ(Int32 A_0, Int32 A_1, Stream A_2, Int32 A_3, Int32 A_4)
at spr⁸.ᜀ(Int32 A_0, Int32 A_1, Stream A_2, Int32 A_3, Int32 A_4)
at sprᢔ.ᜀ(Stream A_0, Int32 A_1, Int32 A_2, Int32 A_3, Int32 A_4)
at sprᢔ.ᜀ(Image A_0, ImageFormatType A_1, Int32 A_2, Int32 A_3, Int32 A_4, Int32 A_5)
at sprᢔ.ᜀ(Image A_0, ImageFormatType A_1, Int32 A_2, Int32 A_3)
at Spire.Xls.Core.Spreadsheet.Collections.XlsPicturesCollection.Add(Int32 topRow, Int32 leftColumn, Image image, ImageFormatType imageFormat)
Kindly,
Alexandre