method save documentation in bbn\File\Pdf

function($filename) { $filename = Str::parsePath($filename, true); if ( !is_dir(X::dirname($filename)) ){ die("Error! No destination directory"); } $this->pdf->Output($filename, \Mpdf\Output\Destination::FILE); return is_file($filename); } }

BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.