JODConverter OSGI plug-in

JODConverter OSGI plug-in is a Custom OSGi bundles for IBM Domino.

The plug-in will convert attachements on Notes documents to pdf on the fly.

OpenOffice.Org or LibreOffice is used to convert the file if possible to pdf. (I am going to work with a positive list of file extensions)

One way to access an attachment today is like http://<servername>/<repid>/0/<unid>/$file/<filename>.<extension> (sample).

JODConverter OSGI plug-in will make it possible to change the url to http://<servername>/<repid>/JODConveter?unid=<unid>&filename=<filename>.<extension> and get the file as pdf.

I have worked with the idea before JODConverter Drag'n'Drop. This time the document will be converted on the server where OpenOffice.Org or LibreOffice will have to be installed.

When converting an attachment, the attachment will be saved to disk on the server, converted to pdf and sendt as response to the client (using http status code 307). I'm a little unsure about response times, but time will tell.

GNU Lesser General Public License, Version 3 will be used for this plug-in as some of the parts used is GPLV3.

Parts from other projects

GNU Lesser General Public License, Version 3

Dual licensing: Apache License v2.0 as alternative to LGPLv3

Apache License Version 2.0



Created 26/02-2013 by Michael Bornholdt Nielsen