Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
396 views

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 ...
2
votes
1answer
201 views

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 ...
1
vote
1answer
83 views

Insert HTML Libre Office

Is there a way to take an existing HTMl page and insert a preview of it into Libre Office Impress?
1
vote
1answer
206 views

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 ...
1
vote
1answer
39 views

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 ...
1
vote
1answer
145 views

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 ...
1
vote
1answer
46 views

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 ...
1
vote
1answer
131 views

Split and convert Microsoft PowerPoint presentations on a Linux server

I have to implement a web service, which takes a Microsoft PowerPoint presentation as an input, and outputs: every slide as a standalone ppt file text for indexing optionally a preview picture It ...
1
vote
0answers
158 views

Open Office Impress

I have seen that in some question around presentation you suggest using OO Impress for this. I am trying to show multiple presentation in a non fullscreen window, but havent been very successful so ...
0
votes
1answer
19 views

how to show a presentation on two monitors in LibreOffice?

On the Microsoft PowerPoint I can show presentation where on first monitor I see notes, on second - Presentation. How do it in LibreOffice? (ubuntu)
0
votes
0answers
28 views

How do i import .ODT automatically to openoffice impress, using VBA macros?

Ive never written a macro before but i know VB/ASP.NET. The problem is simple, there are about 450 .odt files each with six slides on each, as openoffice writer files, as the output from some OCR ...
0
votes
0answers
93 views

Made an open office impress presentation with some swf but how to embed?

I got some problems with a presentation made with impress. The presentation includes some swf. 1/ not able to view the swf on a Mac 2/ not able to convert to PowerPoint Is there a way to embed the ...
0
votes
1answer
490 views

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 ...
0
votes
1answer
158 views

How to get custom shape type from OpenOffice SDK?

I am using OpenOffice SDK to open and parse ppt and pptx files; now I can open ppt files and extract shapes. XShape xShape = (XShape) UnoRuntime.queryInterface( XShape.class, ...
0
votes
2answers
544 views

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.
0
votes
0answers
81 views

How can i include time interval between slides when converting ppt to swf using python and OO?

I found a script in Python that converts ppt to swf. But the timer that I have set in the ppt is not coming in the swf. What change should I bring in the script. The api reference didnt give me much ...