All mark of emphasis are missing when convert Docx to PDF

Description

All mark of emphasis are missing when convert Docx to PDF.

Environment

  • Windows 10 .NET 4.7
  • Chinese Language
  • Aspose.Words for .NET 22.11

Code

void Main()
{
	var doc = new Aspose.Words.Document(@"C:\Users\XCL\Desktop\source.docx");
	doc.Save(@"C:\Users\XCL\Desktop\target.pdf", Aspose.Words.SaveFormat.Pdf);
}

Preview

image.png (58.1 KB)
image.png (31.5 KB)
image.png (50.4 KB)

Test Files

source.docx (12.2 KB)
target.pdf (49.3 KB)

@xucongli1989 Unfortunately, Aspose.Words does not support rendering of emphasis marks. This feature request is logged as WORDSNET-21395. We will keep you informed and let you know once this feature is implemented.

I have encountered the same problem, may I ask whether it has been solved now? If not, can you provide a temporary solution

@gyc Unfortunately, currently there are not news regarding this feature implementation. It’s implementation has been postponed and is not yet scheduled for development.