PDF to PPT in C# without downloading

My requirement is to convert PDF to PPT. PDF files are present in a webservice link. I need to convert it to PPT without downloading it. Could you please refer any C# code for my requirement ?

@lakshanvasu

Aspose.PDF for .NET does not provide API to convert PDF to PPT at web service link. You need to download the file and pass it to Aspose.PDF Document. After conversion, you can upload the converted PPT at web link using .NET APIs.

You may use Aspose.PDF Cloud .NET SDK to convert PDT to PPT. Please read the following article.
Convert PDF Document to PPTX Format