I'm customizing a contract with TCPDF
.
I've been able to get information about the parties working, but part of the clauses of this contract is complicated.
I wanted to make the clauses in another file and then call this file to be part of the contract, type:
MultiCell(0,5, ./clausula.php, 0, 'J');
How can I do this?