We are trying to use Aspose.Words for Java on a linux server to take Word documents and convert them to PDF. For licensing reasons we cannot have Microsoft TrueType fonts installed on this server. To remedy this, we are embedding the fonts within the Word documents themselves so that Aspose.Words can use the fonts embedded in the document to create the resulting pdf. This is not working, the Aspose logging is reporting that it is not detecting fonts such as Times New Roman and Arial that are embedded in the document ,and it is replacing these fonts with Linux system fonts. This is causing issues with our resulting documents and from our understanding, Aspose.Words should be able to take these embedded fonts in the Word document to create a PDF with the fonts.