Converting Excels to PDF

Can I convert an Excel file stored in SharePoint to a PDF and upload it back to SharePoint, cause I get the URI is not supported error when I try that.
Hi,


Well, I think you may try to use Aspose.Cells for SharePoint component (which is specifically created for SharePoint) that will allow you to convert Microsoft Excel documents to PDF within Microsoft SharePoint.

Please see the Wiki Confluence Docs for Aspose.Cells for SharePoint:
http://www.aspose.com/docs/display/cellssharepoint/Home



Let us know if you have any further query.

Hi,

Thanks for your reply.

I am not trying to provide a feature to convert Excel to PDFs, so Aspose.Cells for SharePoint is not what I am looking for.

I have a piece of .Net code that I am using to convert a file. I just want to know if I can pass a URL to new Aspose.Cells.Workbook(xlsxfile), where xlsxfile is a URL instead of a physical location?

Thanks,

Bikram

Hi,


No, I am afraid, you cannot pass just the URL, you have to get the Excel workbook into the memory / streams or in an array of bytes by using your own codes, then you may create the Workbook based on it.

Thanks,