A simple program written in python in order to convert the exported SVG file from Microsoft Whiteboard to a PDF.
- Export an SVG from MS Whiteboard
- Drop it onto the whiteboard2pdf.py. It can take multiple.
- Give it a second and the PDF file will magically appear in the directory of the python file.
- Python 3. Tested on 3.8 64 bit but others will work.
- Libraries: Needs cariosvg, Pillow/PIL, and numpy
- Compile python file and dependancies into single .exe file
- Keep everything vectorized (dont rasterize pen strokes)
- Command line options (quality, etc)
- Add option to move strokes off pages into their own pdf pages (currently they are just cut off)
- Speed it up
- de-spagettify everything