Menu

Convert XLS to PDF

Shoaib

Aspose.Cells

Workbook workbook = new Workbook("workbook.xls");

//Save the document in PDF format
workbook.save("AsposeConvert.pdf", SaveFormat.PDF);

Download Source Code

Many more examples are available at Aspose Docs.


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.