Hi,
I have a SharePoint provider hosted add-in and I wish to achieve the following.
- User clicks a button.
- I extract various data from the back-end SQL Server database.
- Then, all in memory, I need to...
- Create a PDF using these data.
- Upload the in-memory PDF to a SharePoint document library on the host web to which the addin has read/write permissions.
Is this possible?
What tools or plug-ins may be needed? e.g. would the Open XML SDK enable me to do this.
Thanks for any help.
Maz
Maz