Aspose.word将word转pdf后,正文内容间距过大

您好,word中的正文设置了两端对齐,转成pdf时,正文内容间距过大,请问如何调整


两端对齐.docx (17 KB)

Document document = new Document("E:\\两端对齐.doc");
FileOutputStream os = new FileOutputStream("E:\\两端对齐.pdf");
document.save(os, SaveFormat.PDF);

@craspose
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-27092

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-27092) have been fixed in this Aspose.Words for Java 24.7 update.