I need to convert excel to pdf, i have a excel with three work sheet, but i need to convert only index =1 page or index=1,2 like that.Means i need a option that selected sheet need to convert to pdf. How can do this?
Aspose.Cells.Workbook workbook = new Aspose.Cells.Workbook(InputExcelFilePath);
workbook.Save(OutputPdfPath);