On Tue, 06 Jun 2006 11:21:06 -0500, Lewis Kapell <[EMAIL PROTECTED]> wrote:

Hi all,

Sorry if this question has been asked before - I tried to search the message archives but got a message saying text search is not implemented.

I have a C++ .NET application which opens up Word documents and prints them. I would like to enhance this application to work with OpenOffice also. I have tried reading the API/SDK/UNO documentation but find it confusing and overwhelming, especially the portions relating to C++. Can anyone point me to some sample code to help me get started? Thanks.


Maybe this helps, the UNO IDL shows you the interfaces (modules) where you can interact with the API and which modules you need to target in order to enable to print features.

http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html

there you will find the XPrint component. There are also some snippets of code on this site with cpp samples that target the whole Office suite:
http://codesnippets.services.openoffice.org/Office/cpp.xml


--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to