Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 822 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 822 Bytes

bbsync

Java Swing application that copies new documents from a Boogie Board Sync into ~/Documents/bbsync/STAGE and then displays each file for tagging. Tags are written to a peer txt file.

Future

UI for creating "views" that will use sejda to create single PDF files representing tags of interest. For example, if you wanted to see all pages with a tag of "analysis" it would create a single analysis.pdf with all those pages in order lexigraphically based on the original file names.

Dependencies

How to install sejda-console

wget https://github.com/torakiki/sejda/releases/download/v1.0.0.M9/sejda-console-1.0.0.M9-bin.zip -O ~/Downloads/sejda-console-1.0.0.M9-bin.zip
unzip ~/Downloads/sejda-console-1.0.0.M9-bin.zip -d ~/Downloads