I designed the invoice using bootstrap css, I used tcpdf to issue the invoice. I called the bootstrap css file, but its not working. Please help me. My coding
$baseurl = "http://localhost/erp";
$html = '<style>'.file_get_contents($baseurl.'css/bootstrap.min.css').'</style>';
$html = '<style>'.file_get_contents($baseurl.'css/style.css').'</style>';
source
share