I am getting an error when processing a PDF:
Method not found: ‘Void System.Drawing.Graphics.Clear(System.Drawing.Color)’.
My code (error when I add an image to html):
var tmpDoc = new Aspose.Pdf.Document(new MemorySt…...UTF8.GetBytes(htmlText)), htmlLoadOptions);...MemoryStream(System.Text.Encoding.UTF8.GetBytes(htmlText)), htmlLoadOptions);...