Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 284 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 284 Bytes

notpaper

Installation:

conda create -n notpaper python=3 poppler
conda activate notpaper
pip install pdf2image

Usage:

conda activate notpaper
python scripts/notpaperise.py sourcefile.tex --target destfile.html

This will be improved when things stabilise a bit.