Skip to content

ChendrayanV/Office365-Resume-Builder-Addin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Office365-Resume-Builder-Addin

This is a sample project and requires a change in clientcontext url and credential.

Download the solution change the url in this line

using (ClientContext context = new ClientContext("https://contoso.sharepoint.com"))
### Password and Admin ID in the below line
foreach (char c in ("P@ssW0rd!").ToCharArray()) Password.AppendChar(c);
context.Credentials = new SharePointOnlineCredentials("admin@contoso.onmicrosoft.com", Password);

Sample Output

mutt dark)

Notes

This is very basic code and no proper exception handling in place and the information are retrieved from SharePoint Online User Profile Properties. So, you need SP farm and required properties in user profiles. Do check the code and append your feedback.

Work In Progress

  1. Export to PDF.
  2. Image manipulation.
  3. More styling
  4. One Pager and Detailed resume.

About

Office365 Resume Builder Addin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published