and subscribe to one of thousands of communities.
× body >.content .link .rank, .rank-spacer { width: 1.1ex } body >.content .link .midcol, .midcol-spacer { width: 3.1ex } .adsense-wrap { background-color: #eff7ff; font-size: 18px; padding-left: 4.2ex; padding-right: 5px; }
8 9 10
Resources How to convert PDF Flashcards into a Deck on Anki (self.Anki)
KnightOfOne 於 2 天前 * 發表
Hey everyone! So I spent yesterday trying to figure out how to convert a pdf file with flashcards into a deck on Anki. The majority of the information on the web is for individuals with coding experience or some level of a knowledge base in coding. Unfortunately, my knowledge base and understanding of coding was too minimal to use those sites and I had to learn. Therefore, I’m making this guide to help someone who might find themselves in my position.
Acknowledgements
So you have a pdf file you want to make into an Anki deck. You’ve combed through the web and stumbled upon Takenote but have no idea how to use it. That is the entire basis for this guide. Takenote
I give all credit to Takenote’s creator and honestly thank them.
Pre-Guide Requirements
PDF file with flashcards with separate question and answer pages. Here's an example:
Page 1
Front 1 | Front 2 |
---|
Front 3 | Front 4 |
Page 2
If possible, try to create a new pdf file with about 2 pages; so 1 set of the above mentioned pages. We'll use these to get the right height, widths, and top-left offset coordinates without running through your whole pdf. (This saves a lot of time and frustration).
You can still use this script if you have more then 4 cards per page.
Part 1. The Set-Up
1.1 Download a Linux based system
There isn’t a complete need for this since you can use the command prompt on Windows or Terminal on Mac OS. However, since you have little to no experience working with programming, I’d rather you not mess up your machine by incorrectly typing something. Also the exact commands I list will be for Linux, as the creator of Takenote primarily uses that.
Installing Linux Steps:
Download Virtual Box from VirtualBox and download the platform packages for whoever operating system you’re currently using.
Open and install the package.
Download Ubuntu Desktop from Ubuntu
Install Ubuntu under Virtual Box
...