I am currently using Aspose.Cells.Workbook.Save to convert to PDF. This converts all worksheets. How can I only convert the first worksheet to PDF (so I end up with a 1 page PDF)
Hi Leigh,
Thanks for your posting and using Aspose.Cells for .NET.
You can hide your all other worksheets and keep the first worksheet visible and then convert the workbook into pdf, it will then convert your first worksheet into pdf only. Please see the following documentation article that illustrates how to convert each worksheet into a separate pdf file. You can modify it as per your needs.
http://www.aspose.com/docs/display/cellsnet/Save+Each+Worksheet+to+a+Different+PDF+File