Capture and storage of html

R

Rob Schieber

Hello,

Our company needs to capture output presented to the user. Its a web app,
so we are looking into storing html in a datawarehouse. The problem is that
we would lose any css or external references if we ever changed them in
production down the road. Is there a better way to do this? A few other
options I was considering:

1. Taking an image of the data - jpeg, tiff etc...
2. Converting to pdf - size may get unwildy though

Has anybody implemented a solution for this. Is there a best way to capture
output in a way that doesn't take a lot of storage and can give an exact
rendering of how the data was displayed?

Thanks in Advance
 
R

Rad [Visual C# MVP]

Hello,

Our company needs to capture output presented to the user. Its a web app,
so we are looking into storing html in a datawarehouse. The problem is that
we would lose any css or external references if we ever changed them in
production down the road. Is there a better way to do this? A few other
options I was considering:

1. Taking an image of the data - jpeg, tiff etc...
2. Converting to pdf - size may get unwildy though

Has anybody implemented a solution for this. Is there a best way to capture
output in a way that doesn't take a lot of storage and can give an exact
rendering of how the data was displayed?

Thanks in Advance

Not sure I understand you, but isn't it better to store the *data* the
users have submitted rather than the rendered HTML pages?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top