PDF Creation

Introduction

If you are unfamiliar with the Liquid templating language please familiarize yourself with their docs.

Examples

These are very simple examples but should be used as a starting point for testing the PDF Service.

Liquid Template

<h1>{{ title }}</h1>

JSON Example

{"title": "Hello, world"}