How to Insert Google Charts Image into PDF using iTextSharp in SharePoint

Hello everyone in this article we’re going to look step by step approach to insert Google Chart into PDF. Here the idea is to get the ImageURI from the printed google chart using JavaScript and append that Image into our newly created PDF file.

 

How to Dynamically Include ASP.NET Controls into Modal Popup in your SharePoint Server Side Code

In this article let us see how to insert ASP.NET controls into your SharePoint Modal popup dynamically. We can easily insert HTML element into our page or Modal pop up easily but when it comes to ASP.NET controls then we need to hit the server for that.

 

How to Get/Set Ratings in SharePoint Office 365 Item Programmatically using Client Side Object Model (CSOM)

In the earlier article we saw how to enable Rating in Office 365 environment. In this article as a continuation we need to set the rating or get the rating value of an Item using CSOM. i.e. I am going to Like or UnLike an Item in the document library using CSOM.

 
 

How to do refresh all published content types on next update in Content Type Hub in SharePoint Office 365 Programmatically (CSOM)

In this article let us see how to Refresh All Published Content Types on Next Update in Content Type Hub in SharePoint Office 365 Programmatically using Client Side Object Model (CSOM)

 

How to Enable Ratings/Likes For a List in SharePoint Office 365 Programmatically using PNP C#

How to do things – Enable Ratings in SharePoint List using Patterns and Practices (PNP) Programmatically

 

Generate PDF report using iTextSharp (.NET PDF library) in SharePoint Environment

In this article let us see how to generate PDF report using iTextSharp (.Net PDF Library) in SharePoint Environment.

 
 

Step by Step Procedure to Create a Low Trust Provider Hosted App for Office 365 and Host the AppWeb in Local IIS

Let us see how to create a Low trust Provider Hosted App for Office 365 in fact Office 365 accepts only Low Trust Apps alone and Host the App web in Local IIS Server.

 

Step by Step Procedure to Create a Low Trust Provider Hosted App for Office 365 and Host the AppWeb in Azure WebSite

In this article I tried to cover the indepth steps of Creating a Low Trust Provider Hosted App for SharePoint Office 365 Environment and the AppWeb is hosted in an Azure Web Application. Hence in Local only Visual Studio is required.

 

How to Add Site Collection Administrator Programmatically to Office 365 Site Collection using Client Side Object Model (CSOM) PNP in SharePoint Office 365

In this article let us see how to Add Site Collection Administrator to the Office 365 Site Collection Programmatically.

 
 

Deep Dive into SharePoint 2013 and JavaScript – Part 3

In this article let us see the Javascript Deep Dive last Part.