Hi,
Can you tell me how you preserve the Xlsx page setup when converting an Xlsx spreadsheet to a Pdf?
Many Thanks,
Sean.
Workbook workbook = new Workbook();
workbook.LoadFromFile("test.xlsx");
workbook.SaveToFile("5877.pdf", FileFormat.PDF);