Re: [api-dev] Could not save document as PDF (java, openoffice 3)

2009-02-07 Thread Михаил Кечинов
It works, thanks. 2009/2/7 Oliver Specht > Михаил Кечинов wrote: > >> Hello. I trying to open document and export it to PDF. >> >> [ JAVA, OPENOFFICE 3 ] >> >> In samples i seen, that I need to use method storeAsUrl with property >> "FilterName" = "writer_pdf_Export" >> >> I using this code: >>

Re: [api-dev] Could not save document as PDF (java, openoffice 3)

2009-02-07 Thread Ariel Constenla-Haile
Hello Михаил, On Saturday 07 February 2009 15:00, Михаил Кечинов wrote: > Hello. I trying to open document and export it to PDF. > > [ JAVA, OPENOFFICE 3 ] > > In samples i seen, that I need to use method storeAsUrl with property > "FilterName" = "writer_pdf_Export" as Oliver said, you have to u

Re: [api-dev] Could not save document as PDF (java, openoffice 3)

2009-02-07 Thread Alexandro Colorado
There are some snippets of code at the user forum http://www.forum.org http://user.services.openoffice.org/en/forum/ On Sat, 07 Feb 2009 11:00:06 -0600, Михаил Кечинов wrote: Hello. I trying to open document and export it to PDF. [ JAVA, OPENOFFICE 3 ] In samples i seen, that I need

Re: [api-dev] Could not save document as PDF (java, openoffice 3)

2009-02-07 Thread Oliver Specht
Михаил Кечинов wrote: Hello. I trying to open document and export it to PDF. [ JAVA, OPENOFFICE 3 ] In samples i seen, that I need to use method storeAsUrl with property "FilterName" = "writer_pdf_Export" I using this code: --- ... XStorable xStorable = (XStorable) Un

[api-dev] Could not save document as PDF (java, openoffice 3)

2009-02-07 Thread Михаил Кечинов
Hello. I trying to open document and export it to PDF. [ JAVA, OPENOFFICE 3 ] In samples i seen, that I need to use method storeAsUrl with property "FilterName" = "writer_pdf_Export" I using this code: --- ... XStorable xStorable = (XStorable) UnoRuntime.queryInterface(