Dan Machado

Results 2 comments of Dan Machado

"... It works fine in local server but it does not work in remote server... " It is obvious that the issue is with the configuration of the remote server,...

Hi, You should never mix `$pdf->Output()` method **(notice the method is empty)** with `echo $something_whatever_it_is;`. Otherwise you must pass the appropriated out parameters to the Output() method (path_to_out_file). This is...