How to archive a webpage permanently for legal and research use
Short answer
To archive a webpage permanently, you must combine two distinct methods. First, use a capture tool like Full Page Screenshot to save an exact visual replica of your current view, including any logged-in content or dynamic state. Second, submit the URL to the Internet Archive's Wayback Machine via Save Page Now to get an independent third-party timestamp. A personal screenshot alone carries no external proof of time.
Updated 14 June 2026Written by the Full Page Screenshot team
The difference between a capture and an archive
A common mistake is assuming that taking a screenshot or saving a PDF is enough to "archive" a page. It isn't. A local file is just a file on your hard drive; anyone can edit its metadata or claim it was taken at a different time. To truly preserve a digital asset for legal disputes, academic citations, or regulatory compliance, you need two things: an exact visual record of what you saw, and an independent third-party timestamp proving when you saw it.
Full Page Screenshot handles the first part by capturing the rendered DOM into a single image or PDF. This preserves the layout, images, and even elements behind a login wall. The Internet Archive's Wayback Machine handles the second part by crawling the public URL and locking it in their infrastructure. For high-stakes preservation, you should do both.
Step 1: Capture the exact state with Full Page Screenshot
Before the page changes, you need a pixel-perfect copy of exactly what is visible to you right now.
- 1
Install and open the extension
Open the page you want to preserve in Chrome. Click the Full Page Screenshot icon. Because the extension requests activeTab permissions, it only runs when you explicitly click the button, ensuring it captures the tab currently in focus without background interference.
- 2
Capture the full page
Click "Capture." Full Page Screenshot renders the entire scrollable area into a single canvas. If the page contains cross-origin iframes, they will be captured as displayed but cannot be scrolled internally. Note that the tab must remain visible during this process; Chrome blocks extensions from capturing hidden tabs or chrome:// pages.
- 3
Export as PDF or PNG
Once captured, export the result. For legal workflows, PDF is often preferred because it is universally viewable. However, remember that a capture-based PDF contains an image, so its text is NOT selectable or searchable. If you need searchable text, you must rely on the browser's native save function or the Wayback Machine's HTML version.
Technical limits of self-made captures
- Canvas Size Limit
- Chrome caps a single canvas at 16,384 px per side (approx. 268 million px total). Extremely long pages may fail to render if they exceed this geometric limit.
- Storage Duration
- Captures are held in local IndexedDB and deleted after 2 hours or once more than 5 exist. You must download the file immediately.
- Network Behavior
- The extension makes no network requests. Its pages ship a CSP containing connect-src 'none', ensuring no data leaves your machine during capture.
- Login State
- Because Full Page Screenshot uses the active tab context, it captures content behind logins that standard crawlers (like the Wayback Machine) cannot see.
Step 2: Submit to the Wayback Machine
Now that you have a local backup, secure an independent timestamp by submitting the URL to the Internet Archive.
- 1
Use Save Page Now
Visit web.archive.org/save and enter the URL. Press the button to initiate an immediate crawl. This creates a permanent URL for the page within the Wayback Machine. This method saves the page including images and CSS, but does not save outlinks.
- 2
Understand the limitations
Save Page Now only saves a single page, not the whole site. Some sites prohibit crawling via robots.txt, and a few have SSL settings that cause failures. If the automatic crawl fails, you can try installing the official Wayback Machine browser extension to trigger a save directly from the toolbar.
Frequently asked questions about web archiving
Can I archive a private or password-protected page?
No. The Internet Archive's crawlers cannot bypass authentication. You must use a tool like Full Page Screenshot to capture the logged-in view locally. However, this local file has no independent timestamp unless you notarize it separately.
Does the Wayback Machine save the entire website?
Not automatically. The "Save Page Now" feature only archives the specific URL you submit. To archive an entire site, you would need to sign up for the paid Archive-It service or volunteer with Archive Team.
Why is my PDF not searchable?
If you export a Full Page Screenshot capture as a PDF, it is technically an image wrapped in a PDF container. To get searchable text, you must use the browser's built-in Print to PDF function or rely on the HTML version stored in the Wayback Machine.
Will the archived page look exactly the same?
Generally yes, but modern websites load dynamic content (ads, recommendations, live feeds) via JavaScript. The Wayback Machine captures the state at the moment of the crawl, which might differ slightly from your manual capture if the page updates frequently.
Where to go next
If this did not resolve it, the next places to look are full page screenshots for legal and compliance, full page screenshots for researchers, and save a webpage as PDF, exactly as it looks.
Frequently asked questions
Can I archive a private or password-protected page?
No. The Internet Archive's crawlers cannot bypass authentication. You must use a tool like Full Page Screenshot to capture the logged-in view locally. However, this local file has no independent timestamp unless you notarize it separately.
Does the Wayback Machine save the entire website?
Not automatically. The "Save Page Now" feature only archives the specific URL you submit. To archive an entire site, you would need to sign up for the paid Archive-It service or volunteer with Archive Team.
Why is my PDF not searchable?
If you export a Full Page Screenshot capture as a PDF, it is technically an image wrapped in a PDF container. To get searchable text, you must use the browser's built-in Print to PDF function or rely on the HTML version stored in the Wayback Machine.
Will the archived page look exactly the same?
Generally yes, but modern websites load dynamic content (ads, recommendations, live feeds) via JavaScript. The Wayback Machine captures the state at the moment of the crawl, which might differ slightly from your manual capture if the page updates frequently.
Sources
Primary documentation for the browser behaviour described above. Every link was checked against a live search index when this page was last updated.
Capture your first full page screenshot
Free, no account, and nothing leaves your computer.
Keep reading
Full page screenshots for legal and compliance
Capture web pages as dated PDF records for compliance files — and an honest account of the evidentiary limits of a self-made screenshot.
Full page screenshots for researchers
Capture web sources at full height with a date, so a citation still resolves after the page is edited or removed.
Save a webpage as PDF, exactly as it looks
Turn any webpage into a PDF that matches what you see on screen. A4, Letter, Legal or one continuous page, in portrait or landscape.