Change Remove Text Highlight Color during Word DOCX to PDF Conversion using C# .NET

I have a word file, , how to remove it?

@samsunvista,

Please ZIP and upload your input Word document and Aspose.Words generated PDF file showing the undesired behavior here for testing. We will then investigate the issue on our end and provide you more information.

I am sorry. We’ll double check highlight issue. Maybe it is not because Aspose.

@samsunvista,

We have converted your Bengali.docx file to PDF format by using the following code and attached it here for your reference:

C# Code:

Document doc = new Document("E:\\Temp\\Bengali\\Bengali.docx");
doc.LayoutOptions.TextShaperFactory = Aspose.Words.Shaping.HarfBuzz.HarfBuzzTextShaperFactory.Instance;
doc.Save("E:\\Temp\\Bengali\\20.4-HarfBuzz.pdf");

Please also refer to the following pages:

Hope, this helps.

A post was split to a new topic: Replace Tag Markers in Word DOCX Document with Bengali Language Text using C# .NET

A post was split to a new topic: Preserve Images in Table during Converting Urdu Word DOCX to PDF using C# .NET

A post was split to a new topic: TypeInitializationException: The type initializer for ‘SkiaSharp.SKColorSpace’ threw an exception