php script take a webpage screen shot?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sam

    php script take a webpage screen shot?

    Hello Coders

    I have a question

    can we have a php script or function to take screen shot for webpage?

    for example , let the php script take a shot for www.google.com and
    convert the content to an jpg or gif image using GD library with crul
    library?

    Thank,
    Sam

  • R. Rajesh Jeba Anbiah

    #2
    [Yet another Q] Re: php script take a webpage screen shot?

    sam wrote:[color=blue]
    > Hello Coders
    >
    > I have a question
    >
    > can we have a php script or function to take screen shot for webpage?
    >
    > for example , let the php script take a shot for www.google.com and
    > convert the content to an jpg or gif image using GD library with crul
    > library?[/color]

    Lurk for a while before posting. FYI, there is another active
    thread in this subject.

    --
    <?php echo 'Just another PHP saint'; ?>
    Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

    Comment

    • rw

      #3
      Re: php script take a webpage screen shot?

      I asume you want use standard browser with gui - mozilla, ms internet explorer,
      you can reload browser with any url and amake screenshoot using any shot program on windows or X.
      I see only problem with detection of end of loading page, there better solution will be (for me) browser widget
      from eclipse (swt,java).
      sam wrote:[color=blue]
      > Hello Coders
      >
      > I have a question
      >
      > can we have a php script or function to take screen shot for webpage?
      >
      > for example , let the php script take a shot for www.google.com and
      > convert the content to an jpg or gif image using GD library with crul
      > library?
      >
      > Thank,
      > Sam
      >[/color]
      I thi

      --
      Rob Was

      Comment

      Working...