How to convert Anki cards into a PDF file?

I have been trying to use some add-ons to be able to convert Anki cards into PDFs. I have downloaded Anki 2.0 just to use Glutanimate’s PDF-Glossary add-on. But it just kept giving an error (which you can find below). I have tried using the papercards add-on but it did not export the cards as a PDF. HTML version does not show anything meaningful and converting it into a PDF through ctrl+p is impossible.

Can anyone use these add-ons? If not, are there any other add-ons that I can use to convert these cards into PDFs?

Thanks in advance,

Here is the error:

Traceback (most recent call last):
  File "C:\cygwin\home\dae\win\build\pyi.win32\anki\outPYZ1.pyz/aqt.addons", line 41, in loadAddons
  File "c:\pyi\iu.py", line 436, in importHook
  File "c:\pyi\iu.py", line 521, in doimport
  File "C:\Users\Smith\Documents\Anki\addons\PDF Glossary.py", line 16, in <module>
    import pdf_glossary.main
  File "c:\pyi\iu.py", line 436, in importHook
  File "c:\pyi\iu.py", line 521, in doimport
  File "C:\Users\Smith\Documents\Anki\addons\pdf_glossary\main.py", line 15, in <module>
    from . import exporter
  File "c:\pyi\iu.py", line 477, in importHook
  File "c:\pyi\iu.py", line 521, in doimport
  File "C:\Users\Smith\Documents\Anki\addons\pdf_glossary\exporter.py", line 43, in <module>
    import logging
  File "c:\pyi\iu.py", line 436, in importHook
  File "c:\pyi\iu.py", line 505, in doimport
  File "c:\pyi\iu.py", line 295, in getmod
  File "c:\pyi\iu.py", line 313, in makeOwner
  File "c:\pyi\iu.py", line 153, in __init__
UnicodeEncodeError: 'ascii' codec can't encode characters in position 29-30: ordinal not in range(128)

@lingthusiast
Papercards works only with Anki 2.1.
You need to install wkhtmltopdf for generating PDFs.

For any bugs, please fill out the support form. Then I can get into contact with you.
“Does not show any meaningful” is not enough information to understand your issue.