Skip to content

Di3mex/LectureNotes-PdfExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LectureNotes PdfExporter

A simple Java program that is able to export Notebooks created by LectureNotes to pdf format.

Compilation

We use maven to handle our dependencies and build process

mvn clean package

Downloads

You can grab precompiled builds at my jenkins server

Usage

For the moment this is a command line only app, so you need to know how to open your command line. The following command will export a notebook into a pdf in the same directory.

java -jar PDF-Exporter-0.1-SNAPSHOT.jar -f /path/to/lecturenotes/folder

If you want to change the output file add the -o switch

java -jar PDF-Exporter-0.1-SNAPSHOT.jar -f /path/to/lecturenotes/folder -o /mydocs/exported.pdf

About

A Java program to export notebooks created with LectureNotes (Android App)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages