We’ve encountered a small issue when converting to pdf a Word document containing a rotated TextBox, with some styling applied ( shadows and transformation). Tested with Aspose.Words for .Net 22.5 and following sample:
Aspose.Words.Document doc = new Aspose.Words.Document(input);
doc.Save(output, Aspose.Words.SaveFormat.Pdf);
I’ve attached the sample docx and resulting pdf, note the changed angle, or ignored rotation: image.png (125.0 KB)
aspose report.zip (38.8 KB)
Thanks