Skip to content

Commit

Permalink
Move description into README file
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ueding committed Feb 6, 2012
1 parent 211922d commit ee4134d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
9 changes: 9 additions & 0 deletions export/xoj2pdf/README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This is a very hacky program, since it uses the user interface of Xournal.
This is meant as a temporary fix until Xournal comes with a command line option
to export to PDF.

It will take some "file.xoj" and save it to "file.xoj.pdf" in the same folder
that the original file was in. This is how Xournal handles its export.

Xournal might crash, do something unknown in between. This program has no way
of checking the status of the Xournal instance, so you might get a mess.
11 changes: 1 addition & 10 deletions export/xoj2pdf/XournalToPDF.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,7 @@
/**
* Converts the given Xournal notebook into a PDF.
*
* This is a very hacky program, since it uses the user interface of Xournal.
* This is meant as a temporary fix until Xournal comes with a command line
* option to export to PDF.
*
* It will take some "file.xoj" and save it to "file.xoj.pdf" in the same
* folder that the original file was in. This is how Xournal handles its
* export.
*
* Xournal might crash, do something unknown in between. This program has no
* way of checking the status of the Xournal instance, so you might get a mess.
* See README.markdown in this folder for more information.
*
* @author Martin Ueding <dev@martin-ueding.de>
*/
Expand Down

0 comments on commit ee4134d

Please sign in to comment.