Changing the default filename when using mPDF

前端 未结 3 1789
天命终不由人
天命终不由人 2021-01-03 23:56

I\'m currently using mPDF to generate a pdf from HTML (which was generated by PHP).

All works as expected but I\'d like to be able to change the default filename. C

3条回答
  •  醉酒成梦
    2021-01-04 00:38

    Modify mdpdf.php

    form.setAttribute("action", "'._MPDF_URI.'includes/out.php/'.$name.'");
    

    for downloading with other name

提交回复
热议问题