pauln / tcpdi_parser

Parser for use with TCPDI, based on TCPDF_PARSER
GNU Lesser General Public License v3.0
27 stars 47 forks source link

The path to tcpdf_filters.php can be parameterized #25

Open Temptatio opened 6 years ago

Temptatio commented 6 years ago

If one installs tecnickcom/TCPDF with composer, one currently has to place tcpdf_filters.php explicitly into the directory tree of the library. This might be a problem during installation via composer and packaging. Furthermore it breaks with the concept of libraries as unmodifiable parts of third parties.

This change allows existing software to be run as before and adds the possibility to provide a custom location for the required script tcpdf_filters.php to tcpdi_parser.php.