Hi,
please take a look at the attached files. I used code below to print attached document. Please, llok at the results on attached picture.
Dim License As Aspose.Words.License = New Aspose.Words.License()
License.SetLicense("Aspose.Words.lic")
Dim Document As New Aspose.Words.Document(fileName)
Document.Print(printerSettings)