I would like to read text from 3 text paragraphs & use the text to create a slideshow of 3 slides - each with a paragraph programatically.

Is it possible? Do I need to use openoffice, libreoffice or something else?

I have googled a lot, but could not find any answer. Hence, posting the question on SO.

Thanks.

link|improve this question

77% accept rate
feedback

1 Answer

Openoffice has a bridge called Uno which can be used from python, java (and probably more), i.e. you can manipulate openoffice documents from an external program, it's however non-trivial to use it.

Another possibility is to use OpenOffice.org BASIC.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.