Hi team,
I’m converting an Excel file (.xlsx) to PDF. The PDF only shows the first rows of the sheet; the rest of the rows are not rendered. I’m attaching the original Excel and a screenshot of the output where the trun…...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.PageSet...workbook.Save("output.pdf", saveOptions); Adjust Image and Print...