Check out the following:

https://github.com/dmgerman/scholiar

It is my old experimental branch of xournal. It contains one command line option
that you want: export-pdf (among others, see below). Clone the repo,
build it and it
should be fully compatible. I should port this change to the latest xournal...

static GOptionEntry entries[] =
{
  { "page", 'p', 0, G_OPTION_ARG_INT, &openAtPageNumber, "Jump to Page", "N" },
  { "export-pdf", 'A', 0, G_OPTION_ARG_STRING, &exportPdfFile, "Export
document to a PDF file", "FILENAME" },
  { "no-interface", 'A', 0, G_OPTION_ARG_NONE, &donotShowInterface,
"Show interface" },
  { "no-interface-fullscreen", 'A', 0, G_OPTION_ARG_NONE,
&donotShowInterfaceFullscreen, "Do not show interface in fullscreen
mode." },
  { "fullscreen", 'A', 0, G_OPTION_ARG_NONE, &fullScreen, "Run xournal
in full screen" },
  { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY,
&fileArguments, NULL, N_("[FILE]") },
  { NULL }
};

On Sun, Jun 1, 2014 at 3:47 AM, Wouter Geelen <wouter.gee...@gmail.com> wrote:
> Hello fellow-xournal users,
>
> During my years at the university, I always used xournal as my note taking
> application. Now I have a lot of .xoj files in my university folder. Is
> there an easy way to convert a lot of .xoj files to .pdf?
>
> --
> With kind regards,
>
> Wouter Geelen
>
> ------------------------------------------------------------------------------
> Time is money. Stop wasting it! Get your web API in 5 minutes.
> www.restlet.com/download
> http://p.sf.net/sfu/restlet
> _______________________________________________
> Xournal-devel mailing list
> Xournal-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xournal-devel
>



-- 
--dmg

---
Daniel M. German
http://turingmachine.org

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Xournal-devel mailing list
Xournal-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xournal-devel

Reply via email to