I was pulling my hair out trying to get TCPDF to recognize the config settings I setup for it, and eventually found this line in the install file of this module:
"There is no need to modify the config/tcpdf_config.php file, as the module self-configures TCPDF."
But what if I *want* to modify the settings? It seems what whatever I do is overridden by the module. Is this the case or are my changes not being recognized for some other reason?
Comments
Comment #1
charlie-s commentedOkay, to solve this scroll down to this line at /admin/settings/print/pdf:
"[] Auto-configure the TCPDF settings - (TCPDF only) If you disable this option, the TCDPF settings in tcpdf/config/tcpdf_config.php file must be configured manually."
Comment #2
jcnventuraGlad to know you managed to find it yourself.