I am converting images to PDFs. When using specific settings, like a 2cm Margin this causes the call of Aspose.PDF.Document.Save or Aspose.PDF.Document.ProcessParagraphs to process infinitely, until the program crashes w…...Document(); var page = document.Pages.Add(); page.PageInfo.Margin...height = image.BitmapSize.Height; page.SetPageSize(width + 2 * margins...