Hi,
we are facing below issue while inserting Arabic text with English in doc.
As we are using below code to insert data in DOC.
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
/…...set of font settings for left-to-right text. builder.Font.Name..."Courier New"; builder.Font.Size = 16; builder.Font.Italic = false;...