Re: [xwiki-users] OpenOffice auto-start

2012-07-04 Thread Arioch
when running internally contorolled server, it creates the config like c:\Users\uesr-name\AppData\Local\Temp\.jodconverter_socket_host-127.0.0.1_port-8100\user\registrymodifications.xcu This is vanilla ocnfig with only very little inside and no UTF8 format fixed. I wonder where does it take it

Re: [xwiki-users] OpenOffice auto-start

2012-07-04 Thread Arioch
Do u use file.encoding in export ? http://www.mindspring.com/~mgrand/java-system-properties.htm I managed to intercept export_input.html and it is obviously broken. It's header claims meta content=text/html; charset=UTF-8 http-equiv=Content-Type /meta content=ru name=language / But the

Re: [xwiki-users] OpenOffice auto-start

2012-07-04 Thread Arioch
also i wonder if you do use file.encoding in import Then even would OOo give u correct HTML source, you would read it in incorrect way... I think you'd better use some HTML/XML/SGML library rather than plain file API to avoid wrong reconversions. HTML files are not plain text files to

Re: [xwiki-users] OpenOffice auto-start

2012-07-04 Thread Arioch
DefaultXDOMOfficeDocumentBuilder.java DefaultXHTMLOfficeDocumentBuilder.java why two files ? what the differences and interactions ? -- View this message in context: http://xwiki.475771.n2.nabble.com/OpenOffice-auto-start-tp7579979p7580134.html Sent from the XWiki- Users mailing list archive at

Re: [xwiki-users] OpenOffice auto-start

2012-07-04 Thread Arioch
The PDF export is done only through FOP, not through the office server. BTW, why ? -- View this message in context: http://xwiki.475771.n2.nabble.com/OpenOffice-auto-start-tp7579979p7580142.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] OpenOffice auto-start

2012-07-03 Thread Marius Dumitru Florea
On Mon, Jul 2, 2012 at 4:05 PM, Arioch arioch...@gmail.com wrote: i just does not want manual admin operations, nor i want giving users power to run/stop OOo which is admin operation Okay, maybe i'd really look for some xinetd for Win :-) the results are better through office server. YMMV

Re: [xwiki-users] OpenOffice auto-start

2012-07-03 Thread Marius Dumitru Florea
On Mon, Jul 2, 2012 at 4:51 PM, Arioch arioch...@gmail.com wrote: when exprorting into OOo, which module creates interim file for OOO an can be raw file been intersapted ? The export request starts in ExportAction [1] and goes through OfficeExporter [2]. Hope this helps, Marius [1]

Re: [xwiki-users] OpenOffice auto-start

2012-07-03 Thread Arioch
To me ODT's PDF is unreadable and it can hardly be told that OOo did not reported charset to XWiki in this case... WDYM? The PDF export is done only through FOP, not through the office server. The RTF export can be done in both ways, depending whether the office server is started and

Re: [xwiki-users] OpenOffice auto-start

2012-07-02 Thread Arioch
i just does not want manual admin operations, nor i want giving users power to run/stop OOo which is admin operation Okay, maybe i'd really look for some xinetd for Win :-) the results are better through office server. YMMV To me ODT's PDF is unreadable and it can hardly be told that OOo did

Re: [xwiki-users] OpenOffice auto-start

2012-07-02 Thread Arioch
when exprorting into OOo, which module creates interim file for OOO an can be raw file been intersapted ? -- View this message in context: http://xwiki.475771.n2.nabble.com/OpenOffice-auto-start-tp7579979p7580056.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] OpenOffice auto-start

2012-06-29 Thread Marius Dumitru Florea
On Thu, Jun 28, 2012 at 6:38 PM, Arioch arioch...@gmail.com wrote: from xwiki properties #-# If the openoffice server should be started / connected upon XE start. #-# Default value is false # openoffice.autoStart=false Am i right that the choice is between never running OOo, until admin

Re: [xwiki-users] OpenOffice auto-start

2012-06-29 Thread Arioch
what better name you suggest? StartOnLoad ? But frankly i suggest only start when needed ;-) You can have AutoStart = 0, 1, 2 rather than only true/false I don't want OOo always running on loaded server. Why? The longer application works, the more it has chance to leak memory or to crash If

Re: [xwiki-users] OpenOffice auto-start

2012-06-29 Thread Arioch
See http://jira.xwiki.org/browse/XWIKI-6377 . thanks, would have a look, that is not easy reading and i have to have my weekend :-) I'd like to correct myself. I told that RTF is broken even after OOo shutdown. I was wrong. It was broken - on that page, so probably it was caching issue.

Re: [xwiki-users] OpenOffice auto-start

2012-06-29 Thread Marius Dumitru Florea
On Fri, Jun 29, 2012 at 5:55 PM, Arioch arioch...@gmail.com wrote: what better name you suggest? StartOnLoad ? Someone might ask Load of what?. You have the choice between small and convenient configuration name with comments to explain its meaning or a long name

[xwiki-users] OpenOffice auto-start

2012-06-28 Thread Arioch
from xwiki properties #-# If the openoffice server should be started / connected upon XE start. #-# Default value is false # openoffice.autoStart=false Am i right that the choice is between never running OOo, until admin runs it explicitly, or always-running OOo ? Maybe it is wishfull