Hi,
I am using FreeSpire.XLS.
Using this code
Dim workbook As Spire.Xls.Workbook = New Spire.Xls.Workbook()
workbook.LoadFromFile(fileIn, Spire.Xls.ExcelVersion.Version2010)
workbook.SaveToFile(fileOut, Spire.Xls.FileFormat.PDF)
with fileIn the attached .xlsx file, the output (fileOut) is generate with only half page generation .pdf file (see attached.pdf)
What's wrong?