Regarding arabic rtl language

Im using aspose pdf to create pdf file from html file. but the arabic words are not displaying properly.
sometimes if we use bod tag for english text with direction rtl its showing fine in browser but in pdf its not in rtl direction.example.zip (322 Bytes)
PFA

@praveenjakkula20

Thank you for contacting support.

We have worked with the data shared by you and have been able to reproduce the issue in our environment. A ticket with ID PDFNET-44610 has been logged in our issue management system for further investigation and resolution. The ticket ID has been linked with this thread so that you will receive notification as soon as the ticket is resolved.

Furthermore, we have used below code snippet in our environment for reproducing this issue.

Aspose.Pdf.HtmlLoadOptions options = new Aspose.Pdf.HtmlLoadOptions(@"D:\Files\");
// Load HTML file
Document doc = new Document(@"D:\Files\example.html", options);

doc.Direction = Direction.R2L;
         
// Save HTML file
doc.Save(@"D:\Files\Aspose.PDF_18.4.pdf");

We are sorry for the inconvenience.

can you please tell me, is my issue is resolved or not.

@praveenjakkula20

The issue reported by you has been logged in our issue management system a couple of weeks ago and is pending owing to previously logged issues. It will be scheduled on its due turn, that can take several months. We appreciate your patience and comprehension in this regard.

However, we also offer Paid Support, where issues are used to be investigated with higher priority. Our customers, who have paid support subscription, report their issue there which are meant to be investigated urgently. In case your reported issue is a blocker, you may please consider subscribing for Paid Support. For further information, please visit Paid Support FAQs.