Table was splited to 2 pages after converting to pdf

Hi,
Table was splited to 2 pages after converting to pdfFishermen.docx (2.4 MB)
image.png (65.1 KB)
image.png (6.0 KB)

i’m using latest v22.12

@softboy The problem occurs because you are using Aspose.Words in evaluation mode and content is pushed down by the injected evaluation watermark text. The document is rendered properly in licensed mode: out.pdf (746.2 KB).
If you would like to test Aspose.Words without evaluation version limitations, you can request a temporary 30-days license. And apply it as described here:
https://docs.aspose.com/words/net/licensing/

Hi,
But we also need watermark text in our senario. How to prevent this kind of case then? And in ms word, adding watermark text doesn’t affect the layout of the document

@softboy You can use built-in method for inserting watermarks. Please see our documentation for more information:
https://docs.aspose.com/words/net/working-with-watermark/
The watermark is inserted into the document’s header and does not affect main body content layout.