'#type' => 'textfield',
'#title' => t('wkhtmltopdf options'),
'#size' => 60,
- '#maxlength' => 250,
+ '#maxlength' => 500,
'#default_value' => variable_get('print_pdf_wkhtmltopdf_options', PRINT_PDF_WKHTMLTOPDF_OPTIONS),
'#description' => t('(wkhtmltopdf only) Set any additional options to be passed to the wkhtmltopdf executable. Tokens may be used in these options (see list below).'),
);