I've been searching around and haven't found any reference to tools that can create Safari's webarchive format.
Does anyone have pointers to code for creating this format, or at least a format reference documentation?
Ideally I'd like to build a tool that takes a directory and splits out a webarchive, for loading into a iPhone.
...
Hi there;
Does anyone know if you can programmatically open a .webarchive on the iPhone? A .webarchive is Safari's way of packaging up a webpage and it's associated resources into a single file.
I tried creating one and browsing to a link to one in mobile safari, but it didn't work....
Note: I was kind of hoping this could be done wi...
I remember a couple of websites that seemed to be pretty ground-breaking a long time ago, but they are long gone now.
One of them was "Gabocorp.com" ... it had a nice flash interface.
Another one was "Octopus.com" ... it was a cool-looking web-based 'mashup' of web content.
Is there a way to find out who coded these sites and contact t...
Hello,
I would like to save a webpage programmatically with Cocoa to the hard disk as a webarchive like Safari.
I've searched for any example programs from Apple yesterday, but I've only found a class reference at Apple Developers page for a webarchive class. I play a little bit with the webarchive class and unfortunately my solution d...
can we use webarchive in iphone to display Pdf?
...
i read out that Goodreader application use .webarchive format to display pDF.Is .webarchive is supported by ipad and iphone
...
SUMMARY
Create a numbered list in a NSTextView
Programmatically scale the text larger (by adjusting the NSFont for the attributed string)
Save the attributed string as a webarchive
When the resulting webarchive is opened in a web view, the numbers in the list appear partially off the screen (to the left). This only happens if the tex...