> For the complete documentation index, see [llms.txt](https://docs.xforms.co/xforms-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xforms.co/xforms-manual/pdf-template.md).

# PDF Template

To generate PDF view out of submitted forms a PDF Template needs to be defined and linked to the Form Template.

A PDF Template is essentially just a HTML file with special tagging for form values. When a form is submitted, XForms platform pulls the data from the form in to the PDF Template and creates a PDF file which can be accessed from [XForms Dashboard](https://dashboard.xformsweb.com/login).

### Form Value Tags

Inside the PDF Template's HTML file, the form value placeholders are marked by `{{form field ID}}` notation (ex. {{field\_notes}}).

If the form field contains HTML tags the placeholder should use `{{{form field ID}}}` tag instead.

###
