This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Other Open Source Projects and the fly likes Uno Openoffice for document generation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "Uno Openoffice for document generation" Watch "Uno Openoffice for document generation" New topic
Author

Uno Openoffice for document generation

Lucas Franceschi
Ranch Hand

Joined: Nov 10, 2008
Posts: 106

hey all.
i'm working on a project to generate openoffice documents, and I found that to do that I'll need to use UNO.

but, I have some questions, perhaps you can help me?


  • To properly learn UNO, will I need to have basic understanding of IDL?
  • What in fact UNO does? I found that UNO convert my IDL into java (or python or C++ or other...) but where I have the OpenOffice documents creating?
  • Is UNO a API? or a specific language?
  • If it's an API, is for what language?


  • Perhaps one of you fellows does understand UNO, and can help me.


    Lucas Franceschi
    Software Developer for SGI Sistemas, lukas1596@gmail.com
    Ulf Dittmer
    Marshal

    Joined: Mar 22, 2005
    Posts: 35238
        
        7
    UNO is an object model and API for making use of OO's capabilities. There's a Java binding as well as a C/C++ binding. I don't think IDL is involved.

    But if you just want to create OO documents, it would be easier to use an ODF library than to drive OO through its API. See "ODFDOM" in http://faq.javaranch.com/java/AccessingFileFormats


    Android appsImageJ pluginsJava web charts
     
    I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
     
    subject: Uno Openoffice for document generation
     
    Similar Threads
    volunteer java project (remote work)
    Confusion with RMI-IIOP and Java-IDL. Need your help
    Print MS Office Documents using Java API
    To generate Word Documents
    UNO OpenOffice with JAVA