I need some advice actually. I'm working on Aspose Words .NET and using that I created a PDF to my local system without any problem.
Here is the code I used to save the pdf doc:
doc.Save(savePath+"Myfile.pdf");
Now I want to save that pdf file directly to a Sharepoint folder using .Net, What should I do ? I have Sharepoint folder path, Username and Password as well, but couldn't find a right way to do it.