If I place an image in a worksheet header and then save as pdf, the image quality is poor.
The same image placed in the body of a worksheet renders ok.
I am using the following code:
Workbook workbook = new Workbook(@“C:\temp\Book1.xlsx”);
workbook.Settings.CreateCalcChain = false;
workbook.CalculateFormula();
workbook.Save(@“C:\temp\Test1.pdf”, SaveFormat.Pdf);
Is there any way to increase the quality of the image in a header?
Attached workbook and generated pdf.