Hi we're seeing the following exceptions when converting a number of images. This seems to occur after time indicating a memory leak in the converter service. Please can you advise a way around this. Thanks.
System.Exception: System.Exception: Conversion failed ---> System.Exception: Error in loading the image ---> System.OutOfMemoryException: Out of memory. at System.Drawing.Graphics.CheckErrorStatus(Int32 status) at System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y, Int32 width, Int32 height) at System.Drawing.Bitmap..ctor(Image original, Int32 width, Int32 height) at System.Drawing.Bitmap..ctor(Image original) at ah.a(Object A_0, EventArgs A_1) --- End of inner exception stack trace --- at bc.b(ac A_0, ac A_1) --- End of inner exception stack trace --- at ceTe.DynamicPDF.Conversion.Converter.Convert(ConversionOptions conversionOptions) at ceTe.DynamicPDF.Conversion.Program.a.b() at ceTe.DynamicPDF.Conversion.Program.a(Byte[] A_0) at ceTe.DynamicPDF.Conversion.Program.a(Object A_0) ---> System.Exception: System.Exception: Conversion failed ---> System.Exception: Error in loading the image ---> System.OutOfMemoryException: Out of memory. at System.Drawing.Graphics.CheckErrorStatus(Int32 status) at System.Drawing.Graphics.DrawImage(Image image, Int32 x, Int32 y, Int32 width, Int32 height) at System.Drawing.Bitmap..ctor(Image original, Int32 width, Int32 height) at System.Drawing.Bitmap..ctor(Image original) at ah.a(Object A_0, EventArgs A_1) --- End of inner exception stack trace --- at bc.b(ac A_0, ac A_1) --- End of inner exception stack trace --- at ceTe.DynamicPDF.Conversion.Converter.Convert(ConversionOptions conversionOptions) at ceTe.DynamicPDF.Conversion.Program.a.b() at ceTe.DynamicPDF.Conversion.Program.a(Byte[] A_0) at ceTe.DynamicPDF.Conversion.Program.a(Object A_0) at f.a(Object A_0) --- End of inner exception stack trace --- at ceTe.DynamicPDF.Conversion.Converter.Convert(String sourceFilePath, String outputFilePath, ConversionOptions conversionOptions) at ceTe.DynamicPDF.Conversion.Converter.Convert(String inputFilePath, ConversionOptions options, Byte[] appendToPdf)