tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.17k stars 1.51k forks source link

Version #737

Open QuesnelJ opened 1 month ago

QuesnelJ commented 1 month ago

Could someone add a function like:

public function TCPDFVersion ()
{
    return '6.7.5';
}
williamdes commented 1 month ago

https://github.com/tecnickcom/TCPDF/blob/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36/include/tcpdf_static.php#L58

It should do the work: https://github.com/tecnickcom/TCPDF/blob/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36/include/tcpdf_static.php#L117