Table overlaps

Hi, I’m trying to convert word to pdf using

aspose-words 17.11
on java 1.6

sample code:

    try {
        doc = new Document(new ByteArrayInputStream(input));
    } catch (Exception e) {
        throw e;
    }

    PdfSaveOptions options = new PdfSaveOptions();
    options.setCustomPropertiesExport(PdfCustomPropertiesExport.NONE);
    options.setImageCompression(PdfImageCompression.JPEG);
    options.setSaveFormat(SaveFormat.PDF);

    try {
        doc.save(os, options);
    } catch (Exception e) {
        throw e;
    }

But two tables get overlaped. Sample file is in attachment. Thanks

table_overlap.docx.zip (46.5 KB)

@ognjenm,

Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-16221. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-16221) have been fixed in this Aspose.Words for .NET 20.6 update and this Aspose.Words for Java 20.6 update.