convert html to images (PHP script)

Discussion in 'HTML & Website Design' started by bodo1981, Apr 14, 2012.

  1. #1
    Hey friends.
    I want to create image from html string or html page using php.
    I tried alots but I did not get any solution yet.
    Can any body know how to create image from html string?

    Thanks a lot!
    :)
     
    bodo1981, Apr 14, 2012 IP
  2. r.arifur

    r.arifur Greenhorn

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    I couldn't find any straight forward solution to this problem.
     
    r.arifur, Apr 16, 2012 IP
  3. GetConversion

    GetConversion Member

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #3
    You need something that runs on client side because the html must be rendered before you can create an image of it.
    This means it requires browser... maybe a mini c# app can solve it...
    Or what is your goal?
     
    GetConversion, Apr 16, 2012 IP