When I convert a doc document using the following code, a blank page appears in between the pages. It does not happens when I Use the Microsoft to PDF option in MS Word. The code is:
doc.LoadFromFile(fullPathName);
doc.SaveToFile(@"D:\univation\test.pdf",Spire.Doc.FileFormat.PDF);
SpireDoc ver 13.5.11
Winforms Application, net framework 4.8.1
Windows 11, 64 bit