there is a docx file:第5部分-总结(参考文献-偏差修正-术语表-声明)(工艺组件).docx (65.9 KB)
The issue I have observed is that when I split the file by pages or print it or convert it to PDF, the last row of the table on page 8 is moved to the next page, and the last data on page 9 is also pushed to the following page.
the split page:page8.docx (30.0 KB)
You can see the last row of the table on page 8 is missing because it has been moved to page 9.
Printing or convert to pdf having same issue.
output.pdf (226.4 KB)
convert to pdf code:
var loadOptions = new LoadOptions();
loadOptions.LanguagePreferences.DefaultEditingLanguage = EditingLanguage.ChinesePRC;
var document = new Document("input.docx");
document.LayoutOptions.TextShaperFactory = Aspose.Words.Shaping.HarfBuzz.HarfBuzzTextShaperFactory.Instance;
document.Save("output.pdf");
@cokefree This is the same problem you have reported in another your thread. We will keep you updated and let you know once it is resolved.
1 Like
Ok, thank you.Wait for your message.
1 Like
Can you give me a expected fix date for this issue?
@cokefree Unfortunately, at the moment we cannot provide you any estimate. The issue is currently in the queue for analysis. Once analysis is doe , we will be able to provide you additional information.
@cokefree Unfortunately, there are no news regarding the issue yet. We will be sure to let you know once it is resolved or we have more information for you.
I’m willing to pay to solve this problem. How long will it take to resolve?
@cokefree 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. Purchasing Paid Support Services will push the issue upper in the queue.
Unfortunately, we cannot promise you any etimate at the moment, while analysis of the issue is not finished.
@cokefree Unfortunately, there are not news regarding the issue yet. Please accept our apologies for you inconvenience.
The issues you have found earlier (filed as WORDSNET-25493) have been fixed in this Aspose.Words for .NET 24.5 update also available on NuGet.