Hi Aspose team,
In our project, we need to ensure the document is rendered exactly the same as in the PDF export, but we’re facing difficulties replicating paragraph justification when optimized for MsWordVersion.WORD_2016
.
It’s not entirely clear when the justification algorithm should squeeze in extra word(s) before applying a line break. Simply using a static value for the maximum amount of space shrinkage reveals that the algorithm must consider some additional factors, such as font type, style, or others.
Could you provide details on how Aspose handles justification when exporting with optimization for MsWordVersion.WORD_2016
?
NOTE:
While MsWordVersion.WORD_2010
uses a greedy justification algorithm, this option isn’t suitable for us due to other layout differences compared to optimization for MsWordVersion.WORD_2016
.