Words- rotated text

Hello.

I have rather simple question, but I did not find any solution on your web site/forum/example pages.

I am using Aspose.Words to generate word documents. In my document I would like to create rotated text/textboxes (something similar as in attached file RotatedText.docx).

Is there any way to do this? I tried almost anything, but I could not produce this behavior. Even just opening file and save it back to disk (code below) produced “unwanted” result (see output file RotatedText1.docx)- the text lost its rotation.

example code:
var doc = new Document(“c:\aspose\RotatedText.docx”);
doc.Save(“c:\aspose\RotatedText1.docx”);
Process.Start(@“c:\aspose\RotatedText1.docx”);

For any help, direction or hint I would be very grateful.

Regards, Boris

Hi Boris,


Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 14.2.0, I managed to reproduce this issue on my side. The text rotation should remain be preserved during open/save with Aspose.Words. I have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-9844. Your thread has also been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.

Best regards,

The issues you have found earlier (filed as WORDSNET-9844) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.