PDF Options

Overview
Maian Coin utilises the awesome TCPDF class to generate invoice and packing slip PDFs. These are structured from standard HTML and can be modified. More details below.
PDF Config
Configuration options are updated in your settings.
Location of PDF Templates
The PDF templates are in the following location.

content/pdf/*
Available Tags
TCPDF does NOT support all HTML CSS inline tags. At the time of these documents, the only tags available are:

font-family, font-size, font-weight, font-style, color, background-color, text-decoration, width, height, text-align

You can try other tags, but don`t be surprised if they don`t render.
Images in PDFs
If you want to add images to the PDFs, use a standard HTML <img> tag with the full image path. If you specify an incorrect path, the PDF will throw errors and will not render. Example:

<img src="http://www.example.com/logo.png" alt="">
Advanced Options
Advanced users may also edit the TCPDF config file if required. Location is:

control/tcpdf/tcpdf_config.php

Generally no edits will be required here.
More Information
Can be found on the TCPDF website.