The document conversion is not happened properly, when document has different font styles like “Italianno,Bahnschrift Condensed…”.
Aspose Version 22.5.0
sample code
var document = new Aspose.Words.Document(stream);
var memoryStream = new MemoryStream();
document.Save(memoryStream, Aspose.Words.SaveFormat.Pdf);
Please let me know if you required any information from my side.
Thanks.
Sample.zip (114.9 KB)
This topic has been moved to the related forum: The document conversion is not converted correctly for the text which has different font styles - Free Support Forum - aspose.com