It would be nice if Basic Printing Support could make PDFs for double-sided printing.
I had to write a Python script using the BeautifulSoup HTML parser to create double-sided cards. See this
example HTML file created from this plugin’s print.html output.
I printed front and back sides to PDFs from Firefox and collated with: “pdftk A=fronts.pdf B=backs.pdf shuffle A B output flashcards.pdf”
A workflow like this should be embedded into this plugin.