| View previous topic :: View next topic |
| Author |
Message |
leed Newbie

Joined: 14 Dec 2005 Posts: 1
|
Posted: Mon Dec 19, 2005 7:32 am Post subject: ASP And OpenOffice |
|
|
Hello All,
I have an existing intranet application written primarily in ASP..
Are there any good references or does anyone have any experience in integrating Open Office and ASP..?
I have openoffice available on the server and on all clients accessing the browser based application.
Primarily i would like to create and print documents on a server on the fly..
Thanks in advance, |
|
| Back to top |
|
 |
LarsB OOo Advocate


Joined: 31 Aug 2005 Posts: 445 Location: Hamburg, Germany
|
Posted: Mon Dec 19, 2005 10:06 am Post subject: .net |
|
|
Hi,
do you use ASP or ASP.net? Nonetheless I think the whole
app should run on a windows server. So you maybe could
write a .net application which could do the OpenOffice
handling for you. If this is an option for you, you have two
possibilities using Reflection like in this posting:
http://www.oooforum.org/forum/viewtopic.phtml?t=25721&highlight=invoke
or use the CLI Assemblies which are part of OpenOffice
since version 1.9.x.x in the code snippet forum you will
find several posting how to use them. Also you could
search this forum for C# and at least if you have a question
on .net and OpenOffice post it in here
Cheers
LarsB _________________ AODC - A free OpenDocument Converter
AODL - An independent OpenDocument Library C#
EmbeddedOpenOffice .net UserControl C#
EmbeddedOpenOffice Visual Studio .net Add In
http://www.OpenDocument4all.com/ |
|
| Back to top |
|
 |
|