Hi,
we got a report of an issue where vertical text is missing or placed incorrectly when saving the document as PDF or HtmlFixed format.
Can be reproduced with the following code
var lic = new License();
lic.SetLicense(@"S:\Aspose.Total.NET.lic");
var doc = new Document(@"S:\tmp\in.docx");
doc.Save(@"S:\tmp\out.html", SaveFormat.HtmlFixed);
(same with saving as PDF)
Test documents
example.zip (102.2 KB)
System: Windows 10 22H2 latest build
Net Runtime: Net 7.0
Thanks for your help