Posts tagged “DotLiquid”
All posts with this tag, newest first.
2 Posts found
RSSHow To Implement A Generic Template Engine For SharePoint 2010 Using DotLiquid
May 4, 2011
During the process of creating a complex SharePoint application you often need to send mails and create text files based on SharePoint data elements like SPListItem or SPWeb. Mail templates for instance mostly contain specific list item data. It would be helpful sometimes if the text generation itself is template-driven.
How To Export SharePoint Task List Data To PDF Using A Templating System
April 26, 2011
A couple of times I had the situation where I needed to export SharePoint list data into a PDF file in a customized way. I wanted to use some kind of template technology to translate SharePoint list data into a PDF file.