Home/Blog/Getting ChatGPT formulas into Word and PDF
Article

Getting ChatGPT formulas into Word and PDF.

When you copy a beautiful formula from ChatGPT into Word, it often turns into raw text with symbols. Printing or saving the page also frequently breaks the visual layout of your equations.

Updated 2026-07-11
Add to Chrome - free

Why the formula looks right on screen and breaks on paste

ChatGPT renders formulas using a markup language like LaTeX or MathJax, which appears as intended in the browser. This allows complex mathematical expressions to display clearly.

You paste the integral into Word and get `\int x^2 dx`, dollar signs and all.

Word and other standard text editors, unlike your browser, do not interpret this underlying markup as a visual formula. They simply display the raw text strings and special characters from the code.

What Word actually receives

When you copy from ChatGPT, you don't get a rendered image or an editable equation. Instead, you copy the underlying code (the instructions that tell the browser how the formula should look). Twenty formulas in one chat, and you are re-typing them by hand at midnight, trying to fix the `$` and `\frac{}` errors from the raw code.

You did not sign up to retype maths at midnight.

What survives when you print or save the page

Browser print functions and basic PDF exporters capture the page's visual layout. However, they struggle with dynamic content and complex web structures like those used for math formulas.

You hit print, and the equation on page 4 is sliced in half by the page break, with the top half on one page and the bottom on the next.

The result is a PDF where formulas are broken, unreadable, or disappear entirely, especially with complex math and long chats.

The practical way to keep the maths

To preserve ChatGPT formulas correctly, you need a tool that captures the complete visual content of the chat page. This ensures the math markup is interpreted and displayed accurately in your document.

A complex derivation with three equations and five lines of explanation exports into a correctly rendered PDF, ready to share or file.

For example, CHATGPT.Vellum captures your entire conversation, including all images and complex mathematical notation. It saves it as a clean PDF directly in your browser, ensuring formulas display correctly.

The quick fix

CHATGPT.Vellum saves the whole conversation as a clean PDF in one click, built inside your browser. Save the whole chat as a PDF.

Questions

Why do ChatGPT formulas look like code when I paste them into Word?

ChatGPT displays formulas using markup code. When you copy-paste, you get this raw code, which Word doesn't recognize as a visual equation, showing symbols like dollar signs and backslashes instead.

Does CHATGPT.Vellum save formulas correctly?

Yes, CHATGPT.Vellum captures and preserves all formulas and mathematical notation as they appear on your screen in the resulting PDF document.

Why do formulas break when I print a ChatGPT chat to PDF?

Standard browser print functions struggle with dynamic web content and complex layouts. They might clip formulas, break them across page boundaries, or fail to render them fully in the resulting PDF.

Can I export very long chats with formulas?

Yes. CHATGPT.Vellum is tested on long chats and captures the entire conversation, including all formulas and images, without cutting off content or breaking the layout.

Updated 2026-07-11