WhatsApp Chat to PDF: Export Conversations Privately (2026)
WhatsApp is end-to-end encrypted in transit, but the conversation lives on your phone β and that's where most people lose access to important threads. Receipts, contractor quotes, custody discussions, and freelance scope changes routinely live only in WhatsApp. This guide shows the cleanest path from a WhatsApp chat to a polished, searchable PDF, without uploading the conversation to a third party.
Why save a WhatsApp chat as PDF?
- Legal and HR records. Courts, mediators, and HR teams accept WhatsApp PDFs with timestamps.
- Receipts and proofs of work. Photos and confirmations from contractors get lost as the chat scrolls.
- Family archives. Threads with elderly relatives can be irreplaceable; PDF outlives phone changes.
- Compliance. Some industries require any business communication, including chat apps, to be archived.
Step 1: Export the chat from WhatsApp
WhatsApp's built-in export emits a plain text file with timestamps and sender names β exactly the format we need.
On iPhone
- Open the chat β tap the contact/group name at the top.
- Scroll down β Export Chat.
- Choose Without Media for a small text file, or Attach Media for a zip including images.
- Save the resulting
_chat.txt(or zip) to Files or AirDrop it to your Mac.
On Android
- Open the chat β tap the three-dot menu β More β Export chat.
- Choose without or with media.
- Share to email, Drive, or save to the phone, then move to your computer.
Step 2: Convert the .txt to PDF in your browser
WhatsApp's export is plain text with one message per line, prefixed by
[YYYY-MM-DD, HH:MM:SS] Sender Name:. That structure paginates
nicely.
- Open to-pdf.com/text-to-pdf.
- Drop the
_chat.txtfile in (or paste its contents). - The tool wraps long messages, keeps timestamps, and respects line breaks.
- Click Download PDF. The chat never leaves your device.
For a smaller, sharper file, see Text to PDF: Complete 2026 Guide for font and margin tuning.
Step 3 (optional): Pretty it up with Markdown
If the PDF is going to a lawyer or HR team, a tidied-up version reads better.
Open the .txt in any editor and add lightweight Markdown:
# WhatsApp chat: Project Aurora β exported 2026-05-12
**2026-04-12 09:14 β Aman:** can we move the demo to Thursday?
**2026-04-12 09:15 β Priya:** yes, sending invite now
Paste the result into to-pdf.com/markdown-to-pdf and download. You get bolded sender names, a clear title, and proper line spacing.
Keeping the media attachments alongside
If you exported "With Media", the zip contains JPEGs, MP4s, and voice notes
named like IMG-20260412-WA0001.jpg. Two options:
- Append the images to the PDF: use image to PDF with the JPEGs, then concatenate (covered in combine files to PDF).
- Keep them separate: the text PDF references filenames; the images sit in a folder named after the chat.
Common pitfalls and how to avoid them
Emoji rendering as boxes
The text-to-PDF tool ships with a Unicode-capable font, so common emoji render correctly. If you see boxes, the source text is likely UTF-16 β re-export from WhatsApp on the same device that wrote the messages so the encoding matches.
Long voice-note transcriptions overflowing
WhatsApp doesn't transcribe voice notes; they appear as
<Media omitted>. If you transcribed them yourself, wrap the
long paragraphs at ~80 characters before converting.
Time zone mismatch in timestamps
Exports use the device's locale. If you need a different time zone in the PDF, edit the text file before conversion β the timestamps are plain strings.
Privacy: the chat stays on your computer
Text and Markdown to PDF run locally in your browser. WhatsApp's exported file is plain text β easy for any cloud "converter" to read. Doing the conversion locally means the conversation is never indexed, stored, or analyzed by anyone else.