raykolbe / DOMPDFModule

A Zend Framework module for Dompdf
MIT License
61 stars 62 forks source link

enable_remote #28

Closed FraGoTe closed 9 years ago

FraGoTe commented 9 years ago

How I can modify the default value of the file config/module.config.php to set enable_remote to true?

FraGoTe commented 9 years ago

Insert the following code to global.php

'dompdf_module' => array(
        'enable_remote' => true
),