Word转pdf后,公式中的下标显示成了上标

你好,在Aspose.Words(24.1.0)中将word文件转为pdf时,word文件里公式中的下标,转成pdf后变成了上标
word中效果:


pdf中效果:

代码:

var fileName = "Formular.docx";
var inFilePath = Path.Combine(baseDirectory, fileName);
var document = new Document(inFilePath);
var outFilePath = Path.Combine(baseDirectory, fileName+"_" + DateTime.UtcNow.ToString("yyyyMMddHHmmss") + ".pdf");
document.Save(outFilePath);

word文件:
Formular.docx (16.8 KB)

@cqhg90258
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-26525

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as WORDSNET-26525) have been fixed in this Aspose.Words for .NET 24.5 update also available on NuGet.

1 Like