PDF Options

$cfg['PDFPageSizes']

Type:数组
Default value:array(‘A3’, ‘A4’, ‘A5’, ‘letter’, ‘legal’)

Array of possible paper sizes for creating PDF pages.

You should never need to change this.

$cfg['PDFDefaultPageSize']

Type:文本
Default value:‘A4’

Default page size to use when creating PDF pages. Valid values are any listed in $cfg['PDFPageSizes'].