Converters
Convert strings of HTML into Text or PDF
Methods
Invoke via \Framework\HTML\Converters::method()
Click a method name to copy it.
Converts a HTML string to PDF
The available options ($arrParameteres) are:
- (string) orientation - 'portrait' or 'landscape' (default)[/il]
- (string) size - 'Letter', 'Legal', 'Tabloid', 'Ledger', 'A0', 'A1', 'A2', 'A3', 'A4' (default), 'A5', or 'A6'. Case sensitive
- (Array) format - example: ['4x4', 'in'] The first value are the dimensions while the second value is the unit of those dimensions. In this case, the size will be set as 4 (width) by 4 (height) inches. The valid units are 'mm', 'cm', 'px', or 'in'.
Case sensitive. - (string) format - example: '4x11' Sets the dimension of the paper as 4 (width) by 11 (height) inches
If 'size' option is set, 'format' will be ignored. Any invalid value from size or format will default the PDF size to "A4"