save/export image file from html content?

后端 未结 4 1706
日久生厌
日久生厌 2020-12-13 16:25

I have a scenario that, I am creating dynamic html content and I need to export/save the html content to an image file with php, jQuery and JavaScript [or with any other if

4条回答
  •  天命终不由人
    2020-12-13 16:45

    After all i have decided to use the code php

    GD and Image Functions

    http://php.net/manual/en/ref.image.php

    with this, i have created the specific html elements at specific positions with images.

    thanks all for contributing.

提交回复
热议问题