0
votes
1answer
128 views

Authorizing SharePoint Site with username and password

I wrote a method which will convert the word documents in a sharepoint library into PDF. public WordToPDF(string fileName, string filePath, string userName, string passWord) { //Code to convert ...