Questions tagged [openoffice-impress]

related to OpenOffice.org Impress, a presentation application which is similar to Microsoft PowerPoint.

36 questions
8
votes
5 answers

Programmatically combine slides from multiple presentations into a single presentation

I need to automate the creation of a presentation (either OpenOffice or Powerpoint). The presentation should take the first two slides of each of the presentations in a given directory, and then combine them into a single presentation. I'm confused…
5
votes
1 answer

Copy an OpenOffice slide from one presentation to another w/ Java

I'm building a Java aplication using the OOo SDK where I'm manipulating slides in an OpenOffice Impress presentation. I know how to get an object containing a single slide, now I'm looking for a way to copy a slide from a presentation to…
johannes
  • 15,807
  • 3
  • 44
  • 57
4
votes
1 answer

Insert HTML Libre Office

Is there a way to take an existing HTMl page and insert a preview of it into Libre Office Impress?
charmoniumQ
  • 5,214
  • 5
  • 33
  • 51
4
votes
2 answers

Generate presentation with Python

I'm working with data processing and want to generate PowerPoint or OpenOffice Impress presentation with some data analysis directly from Python. Is there any libraries for Python to do that? I'm using Unix enviroment.
gakhov
  • 1,925
  • 4
  • 27
  • 39
3
votes
1 answer

OpenOffice API: Saving Impress (presentation) document as self-contained file

When I save a with the 'MS PowerPoint 97' filter, image files used in GraphicObjectShape objects are just linked, not contained in the file. Is there a property of this filter or a document-property to make OOo create a self-contained file (image…
vbence
  • 20,084
  • 9
  • 69
  • 118
2
votes
1 answer

How to change the font?

I want to change the font and set its style to bold. I have two problems: changing CharWeight works but not CharFontName it applies "bold" to the whole paragraph, not only to the selection Here's my code: sub AddAnimation xTextCursor =…
Olivier Pons
  • 15,363
  • 26
  • 117
  • 213
2
votes
1 answer

How to change default bullets in Impress?

I tried to use F11 -> Presentation styles -> Outline (1 .. 9) -> Modify -> Customize Then I changed bullet to my graphics, but it doesn't help. How to do it properly? My OS is Ubuntu 16.04. The Openoffice version is 5.1.4.2
Kenenbek Arzymatov
  • 8,439
  • 19
  • 58
  • 109
2
votes
5 answers

PPT/PDF : how to display a mirrored version of my slides? (flipped or flopped)

Rather than a raw text, I want to use my nice ppt slides within a teleprompter, which use a half-mirror. Text-prompter softwares automatically flip the screen, which is then flipped back by the mirror into the expected readable way. But…
Hugolpz
  • 17,296
  • 26
  • 100
  • 187
1
vote
1 answer

Libreoffice Impress Export as Images extension does not work

Libreoffice Impress Export as Images extension does not work. "Export as Images" Menu is not being added to File Menu. Link- http://extensions-test.libreoffice.org/extension-center/export-as-images I am using Libreoffice 3.4. Any suggestions would…
Van de Graff
  • 5,043
  • 13
  • 39
  • 41
1
vote
1 answer

Create slideshow from text

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…
Van de Graff
  • 5,043
  • 13
  • 39
  • 41
1
vote
1 answer

OpenOffice Drawing API: Create slideshow from page-sized pictures

I create an Impress presentation from a series of image files. I can create a Page and insert the GraphicObjectShape without any problem, but got stuck when I have to size the shape containing the image. My problem is that I have no clue what sizes…
vbence
  • 20,084
  • 9
  • 69
  • 118
1
vote
2 answers

Adding slide UNO API

Im creating an add-on for impress, in which one of the feature is to add a slide. I could manage to add a blank slide by using XDrawPages for the current Componenet. How can i add a slide with someother layout(predefined layouts in impress) ? Thanks…
dasaanand
  • 11
  • 2
1
vote
1 answer

LibreOffice how to recup the current element

I want to retrieve the current element in LibreOffice Impress to apply changes to it. For example, I'm trying to retrieve this shape to change the text in it with macros. I tried to find information with the X-ray tool but without success.
Adri
  • 144
  • 8
1
vote
1 answer

How to export powerpoint slides as image using OpenOffice

In C# I am able to use Microsoft.Office.Interop.Powerpoint to export .ppt slides as images but it MS Office should installed on the computer. It appears that there is an automation API for OpenOffice, forums but I didn’t find any script on…
sridharnetha
  • 2,104
  • 8
  • 35
  • 69
1
vote
2 answers

Convert .ppt to .pdf like we do in OpenOffice?

I want to covert .ppt file to .pdf file like OpenOffice do using its "Export" option. Is there any OpenOffice API avaliable or is there any shell-command for converting it. Thanks in advance.
prateekvp
  • 11
  • 1
  • 3
1
2 3