How to split large tables when exporting to pdf

When a table spans multiple pages, it is split in word but not in pdf. Is there a way to handle this or do you plan to fix this inside aspose in one of the next releases? I’m currently using 11.3.0.
Regards,
Jens

Java code:

import com.aspose.words.Document;

public class ErrorLargeTablePdf {
public static void main(String[] args) throws Exception {
Document doc = new Document(“c:/tmp/aspose/large-table.docx”);
// tried this, didn’t help
// doc.updatePageLayout();
// doc.updateTableLayout();
doc.save(“c:/tmp/aspose/large-table.pdf”);
}
}

Hi Jens,

Thanks for your query. I have managed to reproduce the same issue at my end. I have logged this issue in our issue tracking system. You will be updated via this forum thread once this issue is resolved.

We apologies for your inconvenience.

The issues you have found earlier (filed as WORDSNET-6390) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.