Code Monkey home page Code Monkey logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024

Original comment by [email protected] on 14 Sep 2008 at 11:16

  • Added labels: Target-3.0.0.b1

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024

Original comment by [email protected] on 14 Sep 2008 at 11:17

  • Added labels: Version-3.0.x.dev

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
The simple fix is to invoke soffice.exe rather than soffice.bin.

But this means that from Java we have a reference to the wrapper process rather 
than
the real one, so e.g. killing the process when it's stuck may kill only the 
wrapper.

We need a better understanding of what this wrapper executable does.

Original comment by [email protected] on 14 Sep 2008 at 2:05

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
The simple fix is to invoke soffice.exe rather than soffice.bin.

But this means that from Java we have a reference to the wrapper process rather 
than
the real one, so e.g. killing the process when it's stuck may kill only the 
wrapper.

We need a better understanding of what this wrapper executable does.

Original comment by [email protected] on 14 Sep 2008 at 2:05

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
An interesting OOo issue: http://www.openoffice.org/issues/show_bug.cgi?id=62312

Original comment by [email protected] on 14 Sep 2008 at 2:07

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
This explains why invoking soffice.bin in OOo 3.0 no longer works:
http://blogs.sun.com/GullFOSS/entry/ooo_3_est_omnis_divisa

Original comment by [email protected] on 14 Sep 2008 at 2:23

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
So due to the new 3-layer OOo architecture

  http://wiki.services.openoffice.org/wiki/ODF_Toolkit/Efforts/Three-Layer_OOo

on Windows we need to add to the PATH "C:\Program Files\OpenOffice.org\Basis
3.0\program" and "C:\Program Files\OpenOffice.org\URE\bin" before being able to
invoke soffice.bin directly.

On Linux the OOo installation uses symlinks to find the Basis and URE paths. On
Windows - that doesn't have symlinks - there's a plain text file "C:\Program
Files\OpenOffice.org 3\basis-link" containing the path to Basis, and another 
plain
text file "C:\Program Files\OpenOffice.org\Basis 3.0\ure-link" containing the 
path to
URE.

After this treasure hunt we should be able to add the two paths to the PATH
environment variable before starting the process.

Original comment by [email protected] on 14 Sep 2008 at 4:53

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Fixed in r32 by appending the newly required paths to the environment before 
starting
the OOo process.

Original comment by [email protected] on 14 Sep 2008 at 8:04

  • Changed state: Fixed

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
Great, thanks!

Original comment by [email protected] on 10 Oct 2008 at 3:46

from jodconverter.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024

Original comment by [email protected] on 27 Mar 2011 at 1:21

  • Changed state: Released

from jodconverter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.