Earlier quoted context omitted.
#2 doesn't work. That site is super buggy and the Experian connection hasn't worked for 4+ years.
I've never had any issues with it myself.
TransUnion and Equifax give you PDFs of your report that you can easily download. Experian just shows you an HTML document. There's a "printer friendly" version, but the only thing that's really different is they removed the navigation and the "Dispute" buttons that are listed next to every item.
On top of that, there's a position:fixed header on the print friendly document, which most browsers will render once on every page. In this case, that causes information at the top of each page of the report to be covered up. I was able to use Chrome's DOM inspector to set it to position:static and then Print > Save as PDF, but it really shouldn't be that hard.