PDF to Anki,
from the dropped file to a deck you have read.
Drop the PDF, the browser pulls the text, and every card keeps the sentence it came from, so you import a deck you can vouch for.
No account, two decks a day, PDFs up to 15MB and 25,000 characters, exported as the tab-separated file Anki imports.
Open any question to see the line it came from. Paste 40 characters or more to start.
Which PDFs make it into Anki cleanly
PDF to Anki sounds like one move, but it is really two: pulling clean text out of the file, then importing that text as cards. The first step decides everything, and it happens before a single card is written: whether the PDF carries real text or just a picture of it. A PDF exported from Word, Google Docs, Keynote or a digital textbook keeps a text layer you can select with the cursor, and that layer is what turns into cards. A photocopy run through a scanner, a phone photo saved as a PDF, or an old library scan is a stack of images, and there are no words in an image to pull into a deck.
Assuming the text is there, PDF structure still shapes what you get. Flowing prose, one column, converts almost line for line. A two-column layout can interleave the columns as it reads, so give the cards a pass before importing. Tables and equations arrive as a run of loose cells or symbols rather than a tidy row, and a figure or diagram simply is not text, so the caption comes through and the picture does not. Knowing that up front is the difference between a deck you trust and one you quietly stop reviewing.
Three lines of a PDF, three cards
Cards are only as good as the sentence behind them, which is why every one keeps its source line. Here is the shape of what comes back from a few ordinary textbook lines, source on top, card underneath.
"The mitochondrion is the site of aerobic respiration in eukaryotic cells."
Front: Where does aerobic respiration occur in eukaryotic cells?
Back: The mitochondrion.
"Hume argued that causation is a habit of the mind, not a feature we observe in the world."
Front: How did Hume characterise causation?
Back: As a habit of the mind rather than something observed in the world.
"A bond issued below its face value is said to trade at a discount."
Front: What is a bond trading below face value called?
Back: A bond trading at a discount.
Read one card against its source and the tool explains itself. A card that misread a footnote or a broken PDF line shows the garbled source right next to it, so it never reaches your collection by accident.
The import, from a PDF-made file
The file you export is plain tab-separated text, one card per line, front and back split by a tab. That is exactly what Anki's own importer expects, so nothing proprietary sits between the PDF and your deck.
- Drop the PDF in with the tool set to flashcards.
- Read the cards. Watch for the hyphen a PDF sometimes leaves in a word split across a line, and for a two-column page that read out of order. Both are obvious with the source line showing.
- Click the Anki export to download the tab-separated file.
- In Anki: File, Import, choose the file, note type Basic, separator Tab, field one to Front, field two to Back.
- Import. Anki's own duplicate check flags any card already in your collection before it commits.
Where a PDF hits the edges
No OCR, so a scanned or photographed PDF returns a plain "no text found" instead of a made-up guess. No image occlusion, so the diagrams and labelled figures a PDF often carries do not become cards; only their captions do. The export is tab-separated text or a CSV, not a packaged .apkg, and reading a whole long PDF past the first 25,000 characters is on the Pro waitlist rather than available today. What is left, pulling the words out accurately and showing you where each card came from, is the part worth getting right.
The nearest tools that do this specific job, turning a PDF into Anki cards, mostly ask for an account before they show you a card. That is a reasonable business, and none of it makes them bad software. This page exists for the narrower case: a heavy Anki user who chose a desktop program with a manual over an app with a mascot, and would rather see the cards and walk away with the file. So the file is free, the PDF never leaves the browser, and the source line stays attached.
Before you build the deck
How do I turn a PDF into an Anki deck here?
Drop the PDF on the paste box or use the upload button. The browser reads its text layer, cards stream in with the source line attached, and you export a tab-separated file. In Anki that is File, then Import: note type Basic, separator Tab, field one to Front, field two to Back. The deck is yours once it lands.
Is the export a .apkg file?
No. It is a tab-separated text file, which Anki imports natively without an add-on. A packaged .apkg is not something we ship yet, and putting the extension on a file that is really tab-separated text would only break the import. The plain file works today, so that is what you get.
Will a scanned PDF work?
Only if it has a real text layer. A scan is a picture of a page, and there is nothing to extract from a picture without OCR, which this tool does not run. Try to click-drag select a line in your PDF reader first: if a highlight follows the cursor, the text is there and the deck will build. If nothing highlights, you have an image and it will come back empty.
Does the PDF get uploaded to a server?
No. The file is parsed in your browser, not sent anywhere. Open devtools, watch the network panel, and drop a PDF in: no upload request fires. Only the plain text that reaches the paste box travels, and that is the same request any pasted note would make. For a lecture PDF with names or unpublished data, that is the point.
What if the PDF is longer than the free limit?
The free tier reads the first 25,000 characters, roughly a chapter, and tells you on screen when it trimmed the rest rather than dropping it silently. For a dense PDF that means one or two decks per pass instead of the whole book at once. Splitting a long PDF by chapter also tends to make cleaner cards than one giant run.
Related paths in
Or start from the QuizPaste home page, where the same tool takes any text you paste.
QuizPaste is not affiliated with Anki, AnkiWeb or Adobe. Anki is open source software by Damien Elmes; we name it only to describe the file format our export is compatible with, and PDF is a format, not a trademark we claim any tie to.