How to open a .webarchive file in Windows?

How to open a .webarchive file in Windows? It seems to be created on Mac. Everything I read says to open it in Safari. Safari doesn't install on my Windows 10 and it's discontinued by Apple. Software I found which say they open it are all malware according to my antivirus software. Word can't open it as some sites claim.

What software and open this file format safely?

8

4 Answers

I was actually able to do this on Windows 10.

Install Safari from here: (Click "direct download) and then right click the .webarchive file you're trying to open, point to "open with" and choose Safari. It'll open it, along with a print window.

I'd recommend selecting "Microsoft print to PDF" as the printer and saving it as PDF, but if you cancel the print dialog box it'll open in Safari just fine.

I have notebook++ for editing html, and was able to get at least the text out of the web archive file like this: 1) save file to computer 2) open file with notebook++ 3) save as html 4) open in chrome.

I still had some weird gobbledy gook, but the text was legible, which was all I needed. Thanks to the comment above for making me think of saving as html! (Also notebook++ is free, so that's nice).

0

So you want to open a `.webarchive` file in Windows.

Here are your options:

  1. Go back to the original Mac and do a save as. If that's an option, then it's the best one.

  2. Use an online conversion service (search for "convert .webarchive to pdf").

    Warning: they may or may not be keeping a copy of your file.

  3. Install Safari for Windows and use it to open the file.

For me, option 3 was best choice. Unfortunately, Apple no longer makes Safari for Windows. Fortunately, the latest version (5.1.7) seems to still work. Unfortunately, Apple no longer provides an easy way to download it. Don't worry, I've got you covered...

Safe Safari 5.1.7 Download Link:

As of 13 April 2020, you can still download Safari 5.1.7 for Windows directly from Apple using this link:

Since the download is directly from apple.com, you know that it's safe to install.

In case this file is eventually removed, I have saved it directly to web.archive.org:

WARNING: This is an old version and is riddled with security flaws. Do not use this to browse the internet.

How to open the file:

  1. Load Safari.
  2. Press Ctrl+O to open the file dialog box and find your file.
  3. Save As only allows you to save in .webarchive format, so if you want to save the file, you must "print" to PDF. So press Ctrl+P to show the print dialog and choose "PDF" as your printer. It will save the file to your disk.

I can confirm that this all works as of 13 April 2020.

The above conversion to html can work but I had to follow extra steps. The current version of word could not recognise the first lines of text in the webarchive file so embedded the html coding inside lines of garbage. Having opened in word, saved as web page (including selecting html file option in save as pop up box), I opened in a web browser. This showed the html code within the garbage so I copied the html code from where it started !DOCTYPE html in < shaped brackets until /html (again in < shaped brackets) and then pasted in notepad. Then Save as the notepad file as filename.htm and open in any web browser. It can now been viewed and printed as a pdf.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like