SendPage

Guide

Why HTML documents break when you send them (and what to do instead)

Claude, ChatGPT and Gemini will write you a genuinely good document — headings, tables, charts, a proper layout — in about thirty seconds. What they hand back is a file full of HTML. That file is the problem, and it is worth understanding exactly why before choosing a way around it.

What HTML actually is, in this context

An HTML file is not a document in the way a PDF or a Word file is. It is a set of instructions that a browser follows to draw a page. It usually depends on things that are not inside the file: fonts loaded from the web, a chart library fetched from a CDN, scripts that run when the page opens.

That is why it looks perfect on your machine — your browser has everything it needs. Sending the file to someone else means sending the instructions without any guarantee that their software will follow them the same way, or at all.

The three usual options, and what each one costs

1. Attaching the .html file

This is the most common instinct and the least likely to work. On a phone — where most clients read their email first — tapping an .html attachment often opens a text view of the source code, downloads a file the person cannot open, or does nothing at all. Some corporate mail filters strip HTML attachments entirely, because they are a known phishing vector, so the recipient may never see it.

Even when it opens, an unfamiliar .html attachment looks suspicious to a non-technical reader. A meaningful share of recipients simply never click.

2. Printing to PDF

The safest-looking option, and the one that fails most quietly. Three things go wrong routinely:

If you do print to PDF, open every page of the result before sending it, and pay particular attention to the right edge of any table.

3. Screenshotting it

Reliable in the sense that it always displays, and lossy in every other sense. The text stops being text: it cannot be searched, copied, quoted back to you, translated, or read by a screen reader. On a phone the reader is pinching and zooming a picture. For anything longer than a page it is a poor experience.

How to choose

There is no single right answer — it depends on what the document is for.

Free ways to send it as a link

You do not need to pay anyone for this. Reasonable options:

All of these work. What they generally do not do is produce a proper preview card when the link is pasted into WhatsApp or WeChat, keep a clean export path to PDF and Word, or let you fix a typo without sending a new link.

What SendPage does

SendPage is built for the third case above. You paste the HTML and get a link. The recipient taps it once and reads the document as designed, on whatever phone they are holding. The link previews in WhatsApp and WeChat with your title and a thumbnail of the real document rather than a bare URL.

Exports come from an actual browser render rather than a converter, so what you see is what the file contains: wide diagrams turn the page to landscape instead of losing a column, and Chinese, Japanese, Arabic, Thai and Indic text export with their fonts intact. You can also correct a mistake after sending — the link stays the same, so there is no follow-up message apologising for version two.

It is free for five documents a month with no signup, which is enough to find out whether it helps. Try it with a document you have already written.

The short version

An HTML file is a set of drawing instructions, not a document, and it stops being reliable the moment it leaves your machine. Send a PDF when the reader needs a file, send Word when they need to edit, and send a link when they just need to read it — which, for most client documents, is what they actually need.

Try it with your own document

Paste the HTML, get a link. Five free documents a month, no signup.

Paste your HTML — free