We need support To use the Aspose.PDF library on a Linux container. We are trying To convert .docx and .tiff files To .PDF, but we encounter errors because Aspose internally uses System.Drawing.common.dll , which doesn’t…...an image object var image = new Aspose.Pdf.Image(); image.ImageStream...Add image to the PDF document pdfDocument.Pages.Add(image); //...