Inserting line breaks into PDF

前端 未结 13 1714
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 12:34

I\'m generating some PDF file on the fly using PHP. My problem is I need to insert line breaks in some part of the text that will be inserted in the PDF file. Something like

13条回答
  •  野性不改
    2020-11-30 12:58

    Another solutions (works with TCPDF)

    Use HEREDOC for a long string. Put HERDOC for a CONST for example (define different languages)

    $_prepare_const_EN = <<InsertText(STR_EN);
    

    works for me wery well....

提交回复
热议问题