Hi Team, Is it possible to export selective sheets from an excel book to PDF. I see, the limitation with the below code is, whole workbook will be converted to PDF. But I don’t want to export all the tabs from my source workbook. Please advise. Thanks.
workbook.Save(dataDir + “output.pdf”, SaveFormat.Pdf);