Best way to save a web page or weblistbox to camera roll

Hi all,
I’m running a xojo web server that will enable clients to connect (via iPad only as it’s a closed system). The system is completely closed with no web access.

I’m wanting users to fill in a report on the iPad and then save it locally to the iPad’s camera roll as a picture. Anyone have any tips on where to get started with this?

They could just do a screen grab with the iPad’s hardware buttons, but their must be a more elegant way of doing this.

J

You could add a button that draws the content to a picture and then downloads to image. You’d have to do it manually though.

Web page on iPad ? I’d go with html2canvas but you’ll need to put some work in to play nice with Xojo.