Hi,
I am wondering how to create a grayscale PDF from excel workbook.
In Aspose.Words, we have an option to set the color mode as grayscale but am not sure how to set it for excel.
The code I have so far:
var xlDoc = new Aspose.Cells.Workbook(filePath);
xlDoc.Save("aspose.pdf", Aspose.Cells.SaveFormat.Pdf);
Let me know.
Thanks