RTL Pdf

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hi,

I would like to create the functionality to create PDF files for RTL languages.
I failed to do so using iTextSharp (which is the framework that is used in nop).

1. I would like to know if there are any other alternatives to iTextSharp

The solution will be published and shared among the community.


Thank you,
Roi
10 years ago
for for trl

const string regex_match_arabic_hebrew = @"[\u0600-\u06FF,\u0590-\u05FF]+";
    if (Regex.IsMatch("מה קורה", regex_match_arabic_hebrew, RegexOptions.IgnoreCase))
    {
        table.RunDirection = PdfWriter.RUN_DIRECTION_RTL;
    }
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.