Hi,
i have a problem exporting an excel file to PDF,
in my excel file i have header and footer images but in PDF file generated i only see a number instead of images.
Is there a way to solve this problem?
Thanks everyone!
Workbook wb = new Workbook();
wb.LoadFromFile(@"..\..\test.xlsx");
wb.SaveToFile("test.pdf", Spire.Xls.FileFormat.PDF);