How to save webpage in QT webkit as "save as complete webpage"

Posted by kokila on Stack Overflow See other posts from Stack Overflow or by kokila
Published on 2010-06-03T05:40:26Z Indexed on 2010/06/03 5:44 UTC
Read the original article Hit count: 506

Filed under:
|
|
|
|

Hello,

I need to save web page using QT webkit similar to "Save as complete webpage".

Following are my requirements,

  1. Save the index html file, maintaining entity encoding.
  2. Need to download all linked images and other resources.
  3. Need to change resource path in html page to local downloaded path.
  4. Need to maintain webpage current state.

I can use QT and javascript to do this.

Please provide me some inputs on this.

Thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about qt