Posted by Nigel Graham 2 on 29/04/2021 22:44:57:
…
A few demanded being opened in Firefox, and saved themselves in some very peculiar formats indeed named below the sign of the incandescent vulpine. I have Firefox but it's an Internet searcher not an e-mail service and has no method for opening saved files.
…
Has anyone else who has had insurance papers from WM been able to read and print them? If so, what software did you use?
What operating system and version do you have Nigel? I suspect WM have sent late version PDF documents and your possibly older PDF reader gags on them. Does not compute! I think the shenanigans you're experiencing are the result of the computers core PDF reader failing to read a PDF document and suggesting Firefox might be able to handle it. As the Firefox PDF reader is updated as part the Browser, it might well be more modern than the system reader. This is particularly true if the computer isn't on Windows 10.
Firefox's built-in PDF reader can read local files as well as those stored on the internet. Browsers work with Universal Resource Locators rather than filenames, but URLs are really just extended filenames, for example:
https://www.thebalanceeveryday.com/what-does-url-mean-897078 – means "Retrieve and display the file 'what-does-url-mean-897078' from the web-server 'www.thebalanceeveryday.com' and encrypt the transfer with https"
By default Browsers assume remote websites but they can handle other requirements. For a local file the URL:
file:///home/dave/devel/time.py – means "open the file 'time.py' from the folder '/home/dave/devel' on the local machine and try and display the contents with a program that understands .py format.
Though it works, browsers aren't a user friendly way of reading local files, though if a folder is named (ie the path) rather than a full filename the browser displays a list of files and sub-folders that can be clicked to open them.
PDF's may be complicated. They can contain:
- plain text plus formatting instructions (easy to decode), and/or images:
- images, (mostly straightforward to display), and/or
- forms (hard to decode).
Type 1 and 2 PDFs are pretty much understood by all recent readers, but forms less well supported by anyone other than Adobe, who are still developing them. PDF forms are interactive components, presenting the user with boxes to complete and able to enforce rules and check for mistakes. Help, and other bells and whistles too. This type of PDF is more like an application than a document, and may need a bang up-to-date reader to work.
Bottom line, to read WM's pdfs Nigel may need to install the latest version of Adobe Acrobat, which may demand the rest of the system be upgraded too. If that's too painful, try an online PDF reader.
Dave