Can we print seleted sheet from workbook to pdf

For example if workbook contains 8 sheet and I want to print only 1,4,5 sheet then how to do it with aspose.cell

@vivek.kumar,

Thanks for your query.

Well, If you need to render your desired worksheets only in your template Excel file to PDF file format, you can achieve this easily. You may try to hide your unwanted sheets in the workbook and make/retain your desired sheets visible. See the document for your reference:
Saving to PDF file
You may refer to the example code in the above document and write your own code accordingly for your needs.

Hope, this helps a bit.

Thank you.