Saving Word to PDF not identical and blank page

I am saving a word doc to a pdf using the code below and the pdf is one page less than the word doc, which would be fine but the second page is blank. I need a way for both to be identical or the blank page to not print. I am using Aspose.Words 10.4.0.0 See attached documents.

Aspose.Words.License license2 = new Aspose.Words.License();
license2.SetLicense(sLicensePath);
Aspose.Words.Document doc = new Aspose.Words.Document(strDoc);
doc.Save(strPDF);

Hello
Thank you for reporting this problem to us. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,

Please update me if reported issue is reolved.
Thanks,
Kumaresh

Please update me if reported issue is resolved.
Thanks,
Kumaresh

Hello
Thanks for your request. We will keep you informed on any developments regarding this issue.
Best regards,

The issues you have found earlier (filed as WORDSNET-5256) have been fixed in this Aspose.Words for .NET 22.8 update also available on NuGet.