Index: openacs-4/packages/contacts/bin/convert.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/bin/Attic/convert.sh,v diff -u -r1.5 -r1.6 --- openacs-4/packages/contacts/bin/convert.sh 18 May 2006 18:02:59 -0000 1.5 +++ openacs-4/packages/contacts/bin/convert.sh 8 Nov 2006 07:50:38 -0000 1.6 @@ -1,7 +1,14 @@ #!/bin/bash +# This script takes to input variables of which one is optional. +# This is the input file (usually an .odt) and the resulting .pdf filename + # Set the display variable to the home of the user who has write access to the X11 server # which is running on the display port. This could either be VNC or something else. export HOME=/home/malte -/etc/openoffice.org-2.0/program/soffice.bin -writer -headless -pt pdfconv $1 -display lektor:1.0 \ No newline at end of file +#/usr/bin/openoffice -writer -headless -pt pdfconv $1 -display lektor2:1.0 + +# If you are going to use jooconverter +/usr/bin/java -jar /usr/bin/jooconverter/jooconverter-2.1rc2/jooconverter-2.1rc2.jar $1 $2 +#/etc/openoffice.org-2.0/program/soffice.bin -writer -headless -pt pdfconv $1 -display lektor:1.0 \ No newline at end of file