Conversion PDF problem - error on a Title of a chapter and on a border of a table

Hello,
I am using aspose-words-17.10.
I have some revisions in my input .doc file.
I want to convert this file into a .pdf file with only the revision bar.

Here the code :

Document asposeDoc = new Document(docFile);
if (asposeDoc.hasRevisions())
{
    try
    {
        RevisionOptions lRevisionOptions = asposeDoc.getLayoutOptions().getRevisionOptions();
        lRevisionOptions.setShowRevisionMarks(false);
        lRevisionOptions.setShowRevisionBars(true);
        lRevisionOptions.setRevisionBarsColor(1);
    }
    catch (Exception ex)
    {
        logger.log(Level.SEVERE,“Exception Revisions”, ex);
    }
    finally

The problems are
1- The number of the chapter “1.1.2” and its title are separate in two different pages in the pdf
2- On the Table 2 chpater 1.2, the final border is missing in the pdf

You will find the input .doc file and the pdf in the attached .zip
TEST_CG_6N0_SI.zip (259.5 KB)

Can you please fix these problems ?

Thanks,
Regards,
Simon GRIMAL

@sgrimal

Thanks for your inquiry.

We have tested the scenario and noticed the reported issue. We have logged a ticket WORDSNET-15994 in our issue tracking system for further investigation and rectification. We will notify you as soon as it is resolved.

Please note bottom border is not missing. If you zoom in the PDF document, you will be able to notice the border. Aspose.Words mimics MS Word behavior. While you convert your word document to PDF using MS Word and zoom out, you will notice same results.

@sgrimal,
The issues you have found earlier (filed as WORDSNET-15994) have been fixed in this Aspose.Words for .NET 17.12 update and this Aspose.Words for Java 17.12 update.
Please also check the following articles: