Aspose Total - Aspose.Pdf PdfConverter only converts first page

We just upgraded our Aspose Total license yesterday (August 20, 2020) and are now using Aspose.Total 20.7.2 in our .Net C# x64 Console app.

The code is like this:
var pdfLicense = new Aspose.Pdf.License();
pdfLicense.SetLicense(“Aspose.Total.lic”);

                        using (var pdfConverter = new PdfConverter())
                        {
                            //var tiffResolution = new Aspose.Pdf.Devices.Resolution(300);
                            Console.WriteLine($"---Converting {sourceFile.Name} to TIFF");
                            pdfConverter.BindPdf(msStream);
                            TiffSettings tiffSettings = GetTiffSettings();
                            pdfConverter.DoConvert();
                            pdfConverter.SaveAsTIFF(pdfMs, tiffSettings);
                            pdfConverter.Close();
                            Console.WriteLine($"---Converted {sourceFile.Name} to TIFF");
                        }

Previously ALL pages of the PDF were converted. Now only the first is converted.

Why?

@CameronDyck

Would you please share a sample console application with your license and sample PDF document. We will test the scenario in our environment and address it accordingly. Please use private message option to send your files to us. You can send a private message by clicking over username and pressing Blue Message Button.