| View previous topic :: View next topic |
| Author |
Message |
fbkevy General User

Joined: 02 Jun 2006 Posts: 15
|
Posted: Wed Jun 07, 2006 2:06 am Post subject: Document converter |
|
|
Hi, I am a newbie to the OOo world. I am trying to get a 'Word to HTML' converter web service running to enable non M$ users access Word docs. I am looking into the possibility of using OOo (in some form) to achieve this since from what I can see it's filters are brill.
A simple way of achieving this would be to install Word on the server and use the COM interface to export as HTML. However ideally I want to make a non-Win32 version. (I am writing initially a Win32 version as I am most familiar with the technology )
My questions are:
[I assume this is possible] Can I build an service to interface the API and simple calling a load/save (or Import/Export)?
What does the server machine need to have installed to get this working? I don't know if I'll be permitted to install the full OOo suite. Can I just copy several DLLs etc?
Alternatively:
Would it be easier to grab the source code and simply add it to my project? I can imagine that a lot of code hacking would be required. (From my understanding of the open license this is fine.)
I really appreciate any help you can give me.
Kind regards,
fbKevy |
|
| Back to top |
|
 |
SergeM Super User

Joined: 09 Sep 2003 Posts: 3211 Location: Troyes France
|
Posted: Wed Jun 07, 2006 9:23 am Post subject: |
|
|
| Quote: | | What does the server machine need to have installed to get this working? I don't know if I'll be permitted to install the full OOo suite. Can I just copy several DLLs etc? |
You have to install all the OOo suite.
| Quote: | | Would it be easier to grab the source code and simply add it to my project? I can imagine that a lot of code hacking would be required. (From my understanding of the open license this is fine.) |
It is probably possible but very hard to do. _________________ Linux & Windows OOo3.0
UNO & C++ : WIKI
http://wiki.services.openoffice.org/wiki/Using_Cpp_with_the_OOo_SDK
In French
http://wiki.services.openoffice.org/wiki/Documentation/FR/Cpp_Guide |
|
| Back to top |
|
 |
fbkevy General User

Joined: 02 Jun 2006 Posts: 15
|
Posted: Thu Jun 08, 2006 5:11 am Post subject: |
|
|
| Quote: | | It is probably possible but very hard to do. |
Yes looking at the code it doesn't seem too easy alright. Is their an overview document somewhere of how the binfilter is structured?
It is a real shame I couldn't just use a lib or dll to do what I want...
Thanks,
fbKevy[/quote] |
|
| Back to top |
|
 |
SergeM Super User

Joined: 09 Sep 2003 Posts: 3211 Location: Troyes France
|
|
| Back to top |
|
 |
|