phpMyAdmin PDF Options Configuration

The PDF options configurable data is also placed in config.inc.php in phpMyAdmin's toplevel directory. If this file does not exist, please refer to the Installation section to create one. This file only needs to contain the parameters you want to change from their corresponding default value in libraries/config.default.php (this file is not inteded for changes).

$cfg['PDFPageSizes']

Type: array
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: string
Default value: 'A4'

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