Hello, i am using HTML2PDF v3.11
I am stuck with one problem, can you tell me how i can make custom pdf page format (320x450 mm), class doesnt recognize format SRA3.
Thanks.
Format : The format used for pages. It can be either one of the following values (case insensitive):
* A3
* A4
* A5
* Letter
* Legal
or an array containing the width and the height (expressed in the unit given by unit).
Default value is A4.
Example with a custom 100x150 mm page format:
$pdf = new FPDF('P', 'mm', array(100,150))
