Is it possible to import a pdf file into anki in ints basic front/back card format or should I continue using google drive links?
You can preview PDF documents stored in Google Drive using something like this:
<iframe frameborder="0" height="480" src="https://drive.google.com/file/d/example/preview" width="640"></iframe>
Replace the quoted link after src
with the link to your document, keeping the /preview
part.
2 Likes