
Browser "Save as PDF" is a mess. Ads, navigation menus, cookie banners — everything gets dumped into your PDF. There's a better way.
The Problem
You want to save an article for offline reading or archival. You hit Cmd+P, choose "Save as PDF", and get... a cluttered document full of sidebar widgets and advertisements.
Some people use browser extensions. But they often break, require accounts, and add yet another tool to manage.
The Zo Solution
Zo reads the webpage, extracts the actual content (article text and images), and converts it to a clean PDF. One prompt, done.
Basic Usage
Ask Zo:
Save this article as a PDF: https://example.com/interesting-article
Zo will:
-
Fetch the page using a real browser (handles JavaScript, paywalls, etc.)
-
Extract the content — just the article, not the clutter
-
Embed images directly in the document
-
Convert to PDF using pandoc
-
Save to your workspace so you can download it anytime
Customization
Want different formatting?
Save this as a PDF with larger text: https://example.com/article
Download this article as a two-column PDF: https://example.com/article
Batch Processing
Got multiple articles? Save them all at once:
Save these 3 articles as PDFs: - https://example.com/article-1 - https://example.com/article-2 - https://example.com/article-3
How It Works Under the Hood
Zo has a save_webpage tool that:
-
Visits the page with a real browser
-
Uses readability algorithms to extract article content
-
Downloads and embeds images
-
Saves as clean Markdown to
/home/workspace/Articles/
Since Zo is a full Linux environment, converting Markdown to PDF is trivial using pandoc. The AI chains these steps automatically.
Why Not Just Bookmark?
66% of links break within a decade. That article you want to reference later? It might be a 404 by next year.
Saving as PDF (or Markdown) means you own the content. It lives on your server, accessible anytime, regardless of whether the original site survives.
Related
For a deeper dive on web archiving, see How to save a webpage forever — which explains the Markdown-first approach for building a searchable, queryable archive.
PDFs are great for documents you want to read or share as-is. Markdown is better for content you want to search, transform, or build on.
More from the blog
How to Automate Social Media Posting
Let Zo draft, schedule, and post content across your social platforms automatically.
How to Connect Telegram to Zo
Chat with Zo on Telegram — get updates, send commands, and receive agent outputs on the go.
Create a Persona in Zo
Make Zo talk and think the way you want — create custom personas for any use case.
Create Your First Agent Automation
Set up a scheduled AI agent that runs tasks for you on autopilot — just by chatting with Zo.
How to Make a Daily News Digest Automation
Wake up to a personalized news briefing delivered to your inbox, texts, or Telegram every morning.
How to Use Gmail Integration with Zo
Search, read, organize, and respond to your emails without ever leaving Zo.
How to Use Google Calendar with Zo
View, create, and manage your calendar events by just talking to Zo.
How to Use Google Drive with Zo
Search, read, and manage your Google Drive files directly from Zo.
How to Text Zo
Text Zo from your phone like a friend — get answers, run tasks, and manage your life over SMS.
How to Use Linear with Zo
Manage your tasks, issues, and projects in Linear directly from Zo.
How to Make a Portfolio
Build and publish a personal portfolio site on zo.space — live in minutes, no hosting setup needed.
How to Make Rules
Teach Zo your preferences so it behaves the way you want — every time.
How to Use Notion with Zo
Search, read, and manage your Notion workspace through natural conversation.
Organize Your Zo Workspace
Keep your Zo workspace clean and organized — just ask Zo to do it for you.
How to Send Emails with Zo
Compose, review, and send emails directly from your Zo workspace.
How to Use Spotify with Zo
Control your music, discover new tracks, and manage playlists through Zo.
How to Use LinkedIn with Zo
Search profiles, check messages, and manage your LinkedIn activity through Zo.
Build Your Personal Corner of the Internet
Learn how to use your Zo Space to create your own personal webpages and APIs.
How to Run OpenClaw on Zo
Run OpenClaw on Zo Computer — install, configure Tailscale access, connect 50+ tools, and get your AI agent live on Telegram, Discord, or WhatsApp.
How to Build an API with Zo
Create and deploy API endpoints on zo.space — live instantly, no server setup needed.
How to Turn Any Music Article into a Spotify Playlist
Read a blog post, extract the songs, create a Spotify playlist—all with one AI command. Works with Pitchfork, NME, or any music article.
How to Self-Host n8n
Self-host n8n free on Zo Computer—no Docker required. n8n Cloud costs $24/mo, self-hosting costs $0. Get a public URL and webhooks working in 5 minutes.
How to Set Up a Plain-Text Flashcard System
Set up hashcards, a plain-text spaced repetition system, on your own cloud server. Learn faster with flashcards stored as simple markdown files.
How to Run VS Code in Your Browser
Set up VS Code Server on your own cloud server and access your development environment from any browser. A self-hosted alternative to GitHub Codespaces and Gitpod.
How to Connect Your IDE to a Remote Server
Set up SSH access to your Zo Computer and connect VS Code, Cursor, or any IDE for remote development. Code on a powerful server from anywhere.