LibreOffice Impress Presentation Server
Thorsten Behrens
thb at libreoffice.org
Wed Oct 31 00:01:08 UTC 2018
Hi Sergi,
Sergi Baila wrote:
> Given all these requirements I'm thinking of something on the line
> of what I call a "LibreOffice Impress Presentation Server". A
> standalone app (LibreOffice impress) which can receive commands
> (REST?) regarding which information to show on the secondary
> screen. I am also open to any other alternative (like an embedded
> Java engine?).
>
Pretty much anything in LibreOffice can be remote-controlled from a
different process (even from a different box), via a protocol called
UNO (quite similar to COM).
Here's an example in python (but the UNO API calls are really quite
similar for Java):
https://stackoverflow.com/questions/33092424/control-libreoffice-impress-from-python
That leaves the question on how to dynamically generate slide content,
but that also works via UNO (you can even send Impress files over the
wire). There's documentation for that, e.g. Andrew's macro book linked
from the article above: http://www.pitonyak.org/oo.php
Hope that helps,
-- Thorsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1032 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20181031/4e0c5e14/attachment.sig>
More information about the LibreOffice
mailing list