Hi Joebet,
Thanks for your inquiry. Sure, you can force a page break by using ‘page-break-before’ css attribute. Please try converting the following HTML snippet to Word format:
<html>
<head>
<title></title>
</head>
<body>
<div>
<p><img src="http://www.aspose.com/images/products/dotnet/Aspose.Words_128x128.png" width="128" height="128" alt="" /></p>
<p><span>This is a text following a small image</span></p>
<p><br style="page-break-before: always; clear: both" /></p>
<p><span style="font-family: Calibri; font-size: 11pt">This text should be displayed on second page in Word document</span></p>
</div>
</body>
</html>
I hope, this helps.
Best regards,