Sir, We are using the licensed version of Aspose.Total. I am getting the Out of memory Exception when trying to convert HTML to tiff image in Linux environment. error after deploying the application in AWS ECS Fargate Linux environment. In local windows system, it is working as expected.
We are using 23.6 version. Please help to resolve this issue.
Source : System.Drawing.Common, Message : Out of memory., StackTrace : at System.Drawing.SafeNativeMethods.Gdip.CheckStatus(Int32 status)
at System.Drawing.Graphics.SetClip(Region region, CombineMode combineMode)
at Aspose.Html.Rendering.Image.ImageDevice.Clip(FillMode mode)
at .(Boolean , , Single , , , )
at .( , Boolean )
at .( , Boolean )
at .( , Boolean , )
at .( , , Boolean , )
at . (IDevice , CancellationToken )
at . (Renderer , [] , IDevice , CancellationToken )
at Aspose.Html.Rendering.HtmlRenderer.(IDevice , CancellationToken , Element[] , Document[] )
at Aspose.Html.Rendering.HtmlRenderer.Render(IDevice device, TimeSpan timeout, Document[] documents)
at Aspose.Html.Rendering.Renderer1.Render(IDevice device, TDocument document, TimeSpan timeout) at Aspose.Html.Rendering.Renderer
1.Render(IDevice device, TDocument document)
at .( , IDevice )
at . ( , ImageSaveOptions , ICreateStreamProvider )
at Aspose.Html.Converters.Converter.ConvertHTML(HTMLDocument document, ImageSaveOptions options, ICreateStreamProvider provider)