Re: [api-dev] How to use the API to generate a PDF from a document

2011-01-01 Thread Andreas Mantke
Hi Hank, Am Dienstag, 28. Dezember 2010, 21:15:25 schrieb hank williams: > I posed this question to the d...@openoffice.org list but I think I was > mistaken and that this is probably the right list so I am posting > here. If this is not the right list for this question please let me > know. > >

[api-dev] java-connection via UNO broken on MacOS X

2010-05-31 Thread Andreas Mantke
Hi all, Andre Schnabel and I created a java application with Netbeans and its OOo- Plugin. This java app works fine on Windows, Linux and Solaris. The app uses the UNO-API to get an running OOo and exports documents to PDF. But if our testers try to run the java app on Mac OS X 10.3.x (Intel), t

Re: [api-dev] api: example for working with impress?

2010-05-24 Thread Andreas Mantke
Hi Ariel, Cor, *, Am Montag, 24. Mai 2010 22:42:24 schrieb Cor Nouws: > Hi Andreas, > > Ariel Constenla-Haile wrote (24-05-10 20:34) > > > On Monday 24 May 2010, 14:32, Andreas Mantke wrote: > >> I'm looking for an example how to access an impress document. I

[api-dev] api: example for working with impress?

2010-05-24 Thread Andreas Mantke
Hello, I'm looking for an example how to access an impress document. I read through the dev guide (First Steps). There are examples how to work with spreadsheet, writer and draw documents. Is there also a description how to work with impress documents. I'm not able to find such an example in th

Re: [api-dev] options for the pdf export

2010-05-20 Thread Andreas Mantke
Hi Ariel, *, Am Samstag, 15. Mai 2010 00:00:13 schrieb Andreas Mantke: > Hello Ariel, > > Am Freitag, 14. Mai 2010 22:17:10 schrieb Ariel Constenla-Haile: > > Hello Andreas, > > > > On Friday 14 May 2010, 17:05, Andreas Mantke wrote: > > > I worked a bit on a

Re: [api-dev] options for the pdf export

2010-05-14 Thread Andreas Mantke
Hello Ariel, Am Freitag, 14. Mai 2010 22:17:10 schrieb Ariel Constenla-Haile: > Hello Andreas, > > On Friday 14 May 2010, 17:05, Andreas Mantke wrote: > > I worked a bit on a PDFexport java application, that was created from > > Andre Schnabel first. I wonder now if there is

Re: [api-dev] options for the pdf export

2010-05-14 Thread Andreas Mantke
Hello Ariel, *, Am Montag, 5. April 2010 03:38:05 schrieb Ariel Constenla-Haile: > Hello Andreas, * > > On Friday 02 April 2010, 18:11, Andreas Mantke wrote: > > > > I'll try to create a java application that exports an editable office > > > > file form

Re: [api-dev] options for the pdf export

2010-04-02 Thread Andreas Mantke
Hello Ariel, all, Am Freitag, 29. Januar 2010 13:37:36 schrieb Ariel Constenla-Haile: > Hello Andreas, > > On Friday 29 January 2010, 09:20, Andreas Mantke wrote: > > Hi all, > > > > I'll try to create a java application that exports an editable office > >

Re: [api-dev] options for the pdf export

2010-01-31 Thread Andreas Mantke
Hi Ariel, Am Freitag, 29. Januar 2010 13:37:36 schrieb Ariel Constenla-Haile: > Hello Andreas, > > On Friday 29 January 2010, 09:20, Andreas Mantke wrote: > > Hi all, > > > > I'll try to create a java application that exports an editable office > > file form

[api-dev] options for the pdf export

2010-01-29 Thread Andreas Mantke
Hi all, I'll try to create a java application that exports an editable office file format to pdf and I searching for the spec / listing of the pdf options of the current OOo (3.2.0). Is there such a document in the wiki or in OOo-cvs? Thanks in advance, Andreas -- ## Content Developer OpenOff

Re: [api-dev] converting java functionality to OOo3

2008-10-04 Thread Andreas Mantke
Hi Jürgen, Am Saturday 04 October 2008 16:08:53 schrieb Juergen Schmidt: (...) > I am not aware of such changes. The changes made for OO.org 3.0 wwere > internally only. We had to adapt the code to find and work with the new > structure. That's all. > You problem must be a different one. thanks

[api-dev] converting java functionality to OOo3

2008-10-03 Thread Andreas Mantke
Hi, in the last days I tried to convert a java program to OOo 3. The first problem was the connection to OOo 3. I solved this problem with the code from the OOo plugin 1.1.4 for Netbeans and the hints from netbean. Thanks for the hints about this way. The java program gets now contact to OOo 3,

Re: [api-dev] bootstrap problem with OOo3

2008-10-02 Thread Andreas Mantke
Hi Jürgen, Am Wednesday 01 October 2008 22:12:00 schrieb Juergen Schmidt: > Hi Andreas, > > see the "Migrating simple bootstrap to OOo3" thread. You have to use the > bootstrap glue code that comes with OO.org 3.0 SDK or try simply the > NetBeans plugin 1.1.4 together with OO.org 3.0 and the 3.0 S

Re: [api-dev] bootstrap problem with OOo3

2008-10-02 Thread Andreas Mantke
Hi Tobias, Am Thursday 02 October 2008 09:24:52 schrieb Tobias Krais: > Hi Andreas, > > the 3.0 SDK contains an example for converting documents. Did you > already have a look at it? I hasn't looked at that document yet. I'm not able to find out the name of the document. Could You please give me

[api-dev] bootstrap problem with OOo3

2008-10-01 Thread Andreas Mantke
Hi, I try to compile a java program (initial author Andre Schnabel), which exports documents (with OOo) to PDF. This program was created, while OOo 2.3 was the current version, and it worked. Now I try to make this program available for OOo 3, but the java program is not able to get a running o