We're sorry Aspose doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.com

Problem in right to left when convert to pictures format

hi, i have a persian document that convert to jpeg Words are replaced

this example

Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
builder.Font.Bidi = true;
builder.ParagraphFormat.Bidi = true;
builder.ParagraphFormat.Alignment = ParagraphAlignment.Right;
builder.Writeln("حممید اعتصامی");
doc.Save(@"d:\my tests\output.jpeg", SaveFormat.Jpeg);


but when save in picture : اعتصامی حمید

Hello
Thanks for your request. The problem might occur because Aspose.Words does not support RTL upon rendering to Image and converting to PDF. Your request has been linked to the appropriate issue. You will be notified as soon as this feature is supported.
Best regards,