We are running the below source code in alpine linux container.
Aspose.Words.Document doc = new Aspose.Words.Document("App/test.docx");
using MemoryStream pdfDocStream = new();
Aspose.Words.Saving.PdfSaveOptions options…...Convert is not working on non-Windows platforms...Document(pdfDocStream); document.Convert("log.xml",PdfFormat.PDF_A_1A...