Hello dev community, We have a customer who requires some automated text processing that only OOo can do using a macro. The problem is that the solution should be part of a Web application that is being hosted on a standard Web host (or a VPS). I am aware of using OOo from the command line using the -headless switch and invoking a macro using the macro:/// prefix. However, the real problem is compiling a server-only OOo such that it does not require GTK or XLib or whatever GUI library - such libs are typically not available on a Web host, and are very frowned upon by sysadmins. Are there experiences doing such a thing?
TIA, Karim
