/SMARTNotebook2PDF

Convert SMART .notebook files to pdf

Primary LanguagePythonMIT LicenseMIT

SMARTNotebook2PDF

A simple python script to Convert SMART .notebook files to pdf

Uses the following third-party modules:

  • svglib
  • reportlab
  • PyPDF2

How to use:

python extractnotebook.py

WARNING:

The module svglib does not support python3+.
The script works for python2 only, but with python3-friendly syntax.