How to Turn Notes Into a File: A 5-Step Method
To turn notes into a file, pick the format based on where the file is going, not on what looks tidiest. PDF for reading and sharing, .docx or .txt for editing and feeding into other software, CSV or TSV for flashcard and quiz apps that import data. Every notes app can produce at least one of these through its share, export, or print menu, and the whole job usually takes under five minutes once you know which format you need.
Step 1: Decide the destination before you export anything
The most common way this goes wrong is exporting a beautiful PDF and then discovering the tool on the other end wanted plain text. Work backwards from the destination.
| Where the file is going | Format to export | Why |
|---|---|---|
| Printing, emailing, submitting | Layout stays fixed on any device | |
| Editing later, co-writing | .docx or Google Doc | Text stays editable |
| Pasting into an AI tool or search | .txt or .md | No formatting junk, smallest file |
| Flashcard or quiz app import | CSV or TSV | Apps read it as rows of term and definition |
| Archiving handwriting as-is | PDF or PNG | Preserves the actual page image |
Write the destination down before you touch the export menu. If the answer is "I want to study from it," skip ahead to the limits section, because a file may not be the step you actually need.
Step 2: Turn handwriting into text first, if you have handwriting
A photo of a page is an image, not a file anyone can search or import. If your notes are handwritten, convert them to text before exporting.
- On iPhone or iPad: open the Notes app, tap the camera icon, and choose Scan Documents. Live Text also lets you select and copy text straight out of a photo in the Photos app.
- On Android: Google Lens inside the Photos app extracts text from a photo, and Google Keep can copy text out of an image you have attached to a note.
- In a handwriting app: GoodNotes and Notability both have handwriting recognition, so you can convert ink to typed text before exporting. This is also the route people take when they want flashcards out of GoodNotes pages.
Read the converted text once before moving on. Recognition is good, not perfect, and it fails in predictable places: chemical formulas, subscripts, dense equations, and your own handwriting when you were rushing at the end of a lecture.
Step 3: Export from your notes app
Each app hides this in a slightly different place, but the pattern is the same: a share menu, an export menu, or the print dialog.
- Apple Notes: open the note, tap the share button, and choose Send a Copy for a PDF. For plain text, select all, copy, and paste into any text editor, then save as .txt.
- Google Docs: File, then Download, then pick PDF, Microsoft Word, plain text, or Markdown. This is the most flexible export menu of the common apps.
- Notion: click the three dots at the top right of the page, then Export, and choose PDF, HTML, or Markdown & CSV. Exporting a page with all its subpages is a paid-plan feature on some accounts.
- OneNote: on Windows, File, then Export, and choose PDF for a page or section. On Mac and web, printing to PDF is the reliable path.
- Obsidian or any Markdown editor: your notes are already .md files on disk, so you can use them directly.
If your app is not on this list, use Print and then Save as PDF. Almost every app on macOS, Windows, iOS, and Android has that fallback, and it always works.
Step 4: Build a CSV if the file is going into a study app
CSV is the format that trips people up, because it is not really a document. It is a table saved as text, one row per line, columns separated by commas.
- Open a spreadsheet and put the term in column A, the definition in column B. No header row, no extra columns.
- Keep each definition on one line. A line break inside a cell breaks the import in most apps.
- Save as CSV with UTF-8 encoding. If your definitions contain commas, export as TSV (tab separated) instead, since tabs almost never appear inside your text.
- Import it and check the first five rows. Quizlet, Anki, and most others let you preview before committing, and this is where a wrong delimiter shows up immediately.
The specific import steps differ per app: here are walkthroughs for getting a file into Quizlet and for the Anki import dialog, which handles field mapping differently.
Step 5: Open the file where it is going
Do not skip this. Open the PDF on the device you will actually read it on, or run the import and look at the result. The failures that matter are silent ones: an equation that turned into a row of squares, an image that did not travel with the text, a CSV that produced 200 cards where every answer is blank.
If something looks wrong, the fix is almost always upstream. Go back one format. Text that broke in PDF usually survives in .docx, and a CSV that imported badly usually just needs TSV instead.
Where this breaks down
A file is a container, and containers do not teach you anything. The most common version of this task is a student converting a semester of notes into a clean PDF the night before an exam, feeling productive, and retaining almost nothing, because rereading and reorganizing feel like learning while doing very little of it. In Roediger and Karpicke's 2006 experiments, students who read a passage and then took recall tests on it remembered substantially more a week later than students who spent the same total time rereading, even though the rereaders felt more confident at the time. Dunlosky and colleagues reached a similar conclusion in their 2013 review of study techniques: rereading and highlighting rated low, while practice testing rated high.
So if the real goal is studying, converting the file is the setup, not the work. You still have to test yourself on what is inside it. In some cases you do not need a file at all: Qora takes a photo of the page, a voice recording, or typed text directly on an iPhone and turns it into a short lesson plus questions written from that material, with the reading and transcription happening on the device rather than on a server. Export a file when something else needs it. Skip the export when the only reader is you.
The other honest limit: exports lose things. Nested Notion databases, OneNote drawing layers, linked references between notes, and audio attached to a Notability page do not survive a PDF export. If your notes rely on structure rather than text, keep the original alongside the exported file.
Common questions
What file format should I convert my notes to?
PDF if a person will read it, .txt or .docx if software will process it, CSV or TSV if a flashcard app will import it. When you are unsure, .txt is the safest, because every tool can read plain text and nothing gets mangled in transit. You can always convert plain text into something prettier later.
How do I turn a photo of my notes into a text file?
Use the built in text recognition on your phone first: Scan Documents in Apple Notes on iOS, or Google Lens on Android. Copy the recognized text, paste it into a text editor or document, and save it. Check the output against the original page, since recognition reliably struggles with formulas, symbols, and hurried handwriting.
Can I turn notes into a file without a computer?
Yes. Every step above works on a phone or tablet. The one exception is building a CSV, which is much easier in a spreadsheet on a larger screen, though Google Sheets and Numbers both work on mobile if you are patient with the columns.
Why did my CSV import produce empty cards?
Almost always a delimiter problem. If your definitions contain commas, the app splits them in the wrong place and pushes your answer text into columns the importer ignores. Re-export as TSV, or wrap each field in quotation marks, then import again and preview the first few rows.
The short version: decide the destination, convert handwriting to text if you have any, export from your app's share or print menu, and open the result where it is meant to live. Do that once with a single set of notes today rather than planning a full archive conversion, because the format problems only reveal themselves when you actually open the file on the other side.