Offset rotation on styled text boxes to pdf

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

@HIGHSTAGE Thank you for reporting this problem to us. For a sake of correction it has been logged as WORDSNET-23842. We will keep you informed and let you know once it is resolved.

The issues you have found earlier (filed as WORDSNET-23842) have been fixed in this Aspose.Words for .NET 22.6 update also available on NuGet.