Re: How to generate image of possible browser view for HTTP Resp

Tech-Archive recommends: Fix windows errors by optimizing your registry



Not sure what you mean by comparing with screensavers

If you want to create a snapshot, you'll necessarily have to :
- grab the resulting HTML output
- use this output to create a picture. It could range from using an existing
borwser to grab the picture to creating your own rendering engine (of course
the formaer option is likely much easiert than the later)
- of course it will be time consuming if you want to perform this on all
those requests...


The whole picture may help. For example what kind of analysis do you need to
perform ? For now I don't understand why you need a picture of the rendered
image. Wouldn't it be enough to keep the HTML content as you can both
analyze the content (and much more easily depending what kind of analysis
this is) and to render this directly in whatever browser the user who needs
to get back at those data uses, rather than to present him a snapshot..

--
Patrice

"Rajiv Das" <RajivDas@xxxxxxxxxxxxxxxxxxxxxxxxx> a écrit dans le message de
news:BE27CD9B-8957-4619-8045-7F1569CECD12@xxxxxxxxxxxxxxxx
> No I am thinking about some screensaver, which shows snapshots as they are
> generated.
>
> I don't need a webbrowser control since i need to do additional analysis
on
> the content.
>
> --
> ---------------------
> Thanks
> Rajiv Das
>
>
> "Patrice" wrote:
>
> > The easiest way would be to have an application that display this in the
> > browser and does a snapshot.
> >
> > Why do you want to keep those snaphots ? Do you need a snapshop for all
> > those requests ? If this is for some kind of "checking" purpore I would
just
> > keep the HTML that can be than redisplayed at any time in the browser...
> >
> > --
> > Patrice
> >
> > "Rajiv Das" <RajivDas@xxxxxxxxxxxxxxxxxxxxxxxxx> a écrit dans le message
de
> > news:F54EFEA3-62DC-47AB-82FF-DDB594251635@xxxxxxxxxxxxxxxx
> > > C# 2.0
> > > XP SP2
> > >
> > > In My Code, I am using HttpWebRequest to visit a particular URL. I am
> > > required to generate a snapshot image (if this request were made
through
> > say
> > > IE) and save as jpeg. About .1 million such requests are made in a
cycle.
> > >
> > > What's the possible solution ?
> > >
> > >
> > > ---------------------
> > > Thanks
> > > Rajiv Das
> >
> >
> >


.



Relevant Pages

  • Re: Saving aspx to file or other solution
    ... Roland, I mangaed to try your way, I did managed to snapshot the Form ... Then when the user submits it, we need to send an HTML email to the ... HTML produced by the ASP page; paste into the editor of your choice; prepend ... than we want to save this page to a Database ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How do I get HTML sent to server?
    ... to realize a snapshot at the user ... As told you'll have to get all parts of the DOM while translating them in html without forgiving the content of forms's fields and other attributes of the tags and to put all that code in an hidden field sent with the form. ... The only possibly available method is to send back a PDF view of same html served with the form completed with what was sent back by the form, ...
    (comp.lang.javascript)
  • Re: Converting to JSP
    ... As part of converting a website to JSP, ... internal link would have to be renamed from *.html to *.jsp. ... Logically these should be plain *.html ... snapshot is generated to convert all the links since most are not ...
    (comp.lang.java.softwaretools)
  • Re: JavaScript to change value for webpage
    ... I'm not sure what snapshot is. ... > I need javascript code to take the paramters out of the hyperlink and ... > it to the value property in the snapshot code which is html. ... Prev by Date: ...
    (microsoft.public.frontpage.programming)
  • Re: screenshots?
    ... > picture box in order to save it. ... As RECT) As Long ... Now your picture box will contain your form's snapshot. ... Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ...
    (comp.lang.basic.visual.misc)