Questions tagged [webarchive]

Webarchive is the format used by the Safari browser to package the HTML, CSS, JavaScript and image resources of a web page when saved as a complete offline archive.

71 questions
1
vote
2 answers

Images in MHT files from MS Word do not display in email

When I email myself sample mhtml files (e.g. from here) images display fine in Outlook. However, when I convert a Word document to mht (Web Archive) format, the images do not display. If I open the file in a browser, the images display fine, or if I…
runrig
  • 6,486
  • 2
  • 27
  • 44
1
vote
0 answers

Download .mhtml of webpage with Js?

I want to implement "save as mhtml" flag of chrome to simply download mhtml of a webpage on button click. Please help me.
Futeko TV
  • 51
  • 3
1
vote
2 answers

Extracting a .tar file returns, “This does not look like a tar archive.”

I'm trying to download a dataset from here for my machine learning project the data file appears to be tar but not extracting properly. tar -xvf SNAKE_ALL.tar tar: This does not look like a tar archive tar: Exiting with failure status due to…
ahmed ben
  • 145
  • 1
  • 11
1
vote
1 answer

How to decompress a warc.zst file?

I am trying to decompress a WARC ZST file that I downloaded from here: https://archive.org/details/archiveteam_yahooanswers_20210422220546_c4fac540 I tried the command zstd -d yahooanswers_20210422220546_c4fac540.1619026173.megawarc.warc.zst but I…
Arundhati
  • 11
  • 2
1
vote
2 answers

How to save UIWebView content as .webarchive format?

I had been tried this library: https://github.com/stake/STWebArchiver It's good, but if I access some web pages isn't well-formed, it would not be saved. So, is there any way for me to try to save web page(s) as .webarchive on iOS devices? Could…
徐赫謙
  • 70
  • 8
1
vote
1 answer

Original URL of a saved .webarchive on macOS

We have a saved .webarchive and we want to retrieve the original URL. Is that possible? Background. My wife filled out a long application on the web and saved a local copy, .webarchive. The instructions said that to make changes you have to go to…
Greg
  • 2,359
  • 5
  • 22
  • 35
1
vote
1 answer

Is it possible in Python to convert the below strange .XLS file, which is actually in some HTML/XML format to .XLSX?

Quite puzzled by the format of these .xls files as they are not really .xls files, I've put the first few lines of the file below for reference, full file here. Converting normal .xls is no problem with p.save_book_as(file_name=fname,…
CalH
  • 75
  • 4
1
vote
1 answer

Is there a way of converting note to HTML files in Evernote iOS SDK

I developed a hybrid app and I want to display the Evernote content in my app. To achieve this, I used an tag and use the iframe to load the evernote html content. It works in the Android platform. I can download the note as html file using…
cococurry
  • 63
  • 3
1
vote
0 answers

Openwayback search does not work with arabic website in URL

I have installed and setup the basic of openwayback and now try to make it work with the following resource https://moj.gov.ae/documents/21128/102233/قرار+مجلس+الوزراء+رقم+18+لسنة+2017+بشأن+اعتماد+قائمة+الاشخاص+والتنظيمات+الارهابية.pdf Setup: I…
Loredra L
  • 1,485
  • 2
  • 16
  • 32
1
vote
1 answer

wayback_machine_donwloader giving an error trying to download "http://mexiko-lexikon.de" from web archive

Screenshot Any idea why I am getting this? Getting snapshot pagesTraceback (most recent call last): 16: from C:/Ruby25-x64/bin/wayback_machine_downloader:23:in `
' 15: from C:/Ruby25-x64/bin/wayback_machine_downloader:23:in…
nealmegh
  • 25
  • 8
1
vote
0 answers

Webarchive (Safari) file placed inside my sandboxed app's folder gets damaged. What permissions do I need?

Now this is an interesting case. You save a webarchive file from Safari to your desktop. It works fine, Safari can open it. No problems. If you drag&drop this webarchive into my app, the file will be moved to my app's container folder with…
UJey
  • 1,442
  • 11
  • 15
1
vote
1 answer

Saving Webarchive in Cocoa without images

I have a WebView that I want to save as a WebArchive. I just want to save the HTML part and not the referenced images. When I do the following, it appears to be creating a WebArchive with the images embedded as well. [[[[[sourceSignatureWebView…
David
  • 1,674
  • 1
  • 21
  • 35
1
vote
1 answer

Open webarchive file in HTML

I am trying to open a web archive file via a html webpage, and the file just downloads instead of opening. How can i get this to open as a webpage? My code is;
SwiftBeginner
  • 51
  • 1
  • 1
  • 5
1
vote
0 answers

Mac Automator "get web page content"

I'm trying to create a workflow in Automator to save as webarchive the web page content of an already opened web page in safari. What I did is get the url from the only one web page opened in safari use the command "get web page content" The…
1
vote
1 answer

How can I decode the UIPasteboard type "apple web archive pasteboard" web content , and sync this with evernote api?

First , i try to get the webResourceData from UIPasteboard : if ([[pasteboard pasteboardTypes] containsObject:@"Apple Web Archive pasteboard type"]) { NSData* archiveData = [[UIPasteboard generalPasteboard] valueForPasteboardType:@"Apple Web…
zolibra
  • 532
  • 6
  • 16