Wiki

Clone wiki

Aspose Java for Docx4j / Convert-XLS-to-PDF

Aspose.Cells

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

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

Download Source Code

For More Examples, Please Visit Aspose Docs

Updated