Generating dynamic word and pdf documents from the list

Hi,

I have some data in the list. Based on the list i have to generate dynamic word document and then convert PDFs automatically and then that document should be send as auto attach and auto mail. Give me any suggestions on this requirement.

May 31st, 2015 3:57am

1) for creating dynamic word document from SharePoint list, you can use open xml and to bring out list item from sharepoint point you can use Server Object or CSOM etc.

>>https://msdn.microsoft.com/en-us/library/dd440953(v=office.12).aspx (open xml)

2) Then you can use itextsharp for converting that document to PDF.

>>http://www.c-sharpcorner.com/Blogs/10025/convert-text-document-to-pdf-file.aspx

3)You can attach that document and send mail using System.Net.Mail

>>http://edwin.vriethoff.net/2007/10/02/how-to-send-an-e-mail-with-attachment-from-sharepoint/

Free Windows Admin Tool Kit Click here and download it now
May 31st, 2015 12:22pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics