Blog Posts Tagged “DotLiquid”
All the related blog posts I have found.
How To Implement A Generic Template Engine For SharePoint 2010 Using DotLiquid
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. Read more...
How To Export SharePoint Task List Data To PDF Using A Templating System
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. Read more...