Preserve Images in Table during Converting Urdu Word DOCX to PDF using C# .NET

One more question. some icon missed. See attached.0ask.zip (296.0 KB)

@samsunvista,

After an initial test with the licensed latest (20.4) version of Aspose.Words for .NET, we were unable to reproduce this issue on our end. Please see the output PDF document generated on our end by using the following simple C# code:

C# Code:

Aspose.Words.License lic = new Aspose.Words.License();
lic.SetLicense("Aspose.Total.Product.Family.lic");
Document doc = new Document("E:\\Temp\\0ask\\CAS301-Urdu.docx");
doc.LayoutOptions.TextShaperFactory = Aspose.Words.Shaping.HarfBuzz.HarfBuzzTextShaperFactory.Instance;
doc.Save("E:\\Temp\\0ask\\20.4-HarfBuzz.pdf");

So, we suggest you please upgrade to the latest version. Hope, this helps.