I have several pdf templates which are all setup using a class which defines the page size as being A4, Portrait...etc...
I am trying to get one pdf to be of a custom size and thought I could do it with:
<page format="80x114" backtop="0mm" backbottom="0mm" backleft="0mm" backright="0mm">to set the page size as 80mm High x 114mm Long with no margins. However the page size is smaller then what I have stated.
Is it possible to set the page size (and how?) in the template itself and also to rid it of the margins it seems to be adding automatically.
I have also tried: format="80mmx114mm" but that doesn't work either.
Regards,
Matthew