[?]How do I get the export file from WhatsApp?
Open the chat, tap the contact or group name, choose Export Chat, then Without Media (.txt) or With Media (.zip). Drop that file here — iPhone and Android exports are both accepted.
[?]Why Markdown instead of PDF?
PDFs freeze a chat into pages; Markdown keeps it as structured text you can search, quote, version-control and import into note apps like Obsidian or Logseq. Print or export to PDF later from any Markdown app if you need pages.
[?]Are photos and voice notes included?
The .zip's media filenames are listed in an Attached media files manifest so nothing goes missing; match them against your unzipped export folder. Text and timestamps are fully converted.
[?]My iPhone chat seems cut off — is something missing?
Probably not this tool's fault: iPhone Export Chat silently truncates around ~40,000 messages, and With Media exports can fail on size first. For very long chats, export Without Media.
[?]Are my private conversations uploaded anywhere?
No. Parsing and rendering happen entirely inside your browser — unlike most chat-to-PDF sites, your messages never touch a server.
[?]Why convert from TXT to MD?
TXT Document (TXT) and Markdown Document (MD) serve distinct roles across the digital workflow. Converting to MD provides optimized compatibility, modern compression efficiency, or standardized playback across web browsers, operating systems, and media production environments.
[?]Is the TXT to MD conversion lossless or lossy?
The output format (MD) is inherently lossless or supports lossless operation. Your original visual or audio fidelity is mathematically preserved without quantization artifacts.
[?]Does convrtr upload my files to any cloud server?
Never. convrtr is architected with a strict zero-upload model. All processing, decoding, decompression, and encoding happen 100% locally on your machine using sandboxed WebAssembly and Web Workers. Your data never touches an external server, database, or analytics collector.
[?]How can I convert TXT to MD from the terminal / command line?
You can execute this conversion locally via command-line utilities such as ffmpeg, cwebp, or ImageMagick. For example: see the developer terminal recipe provided in the technical specifications dossier above. convrtr provides the identical local-first capability directly inside your browser without installing CLI packages.
[?]Can I batch convert multiple TXT files to MD simultaneously?
Yes. You can drop multiple .txt files into the instrument to process them concurrently in browser Web Workers, or click 'Open in Master Studio' to queue mixed formats, configure individual targets, and export as a single ZIP archive.