Am Dienstag, den 11.07.2006, 13:06 -0700 schrieb aloizio:
> Hi 
> 
> How I can merge two word document using OpenOffice API java?

Besides it's no real merging you can:

- get a cursor on one open document and position it

- then fetch the interface "css.document.XDocumentInsertable"

That one has a method "insertDocumentFromURL()".

- use "insertDocFromUrl()" to pull the second doc into the first one at
the cursors position

HTH,
Marc

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

Reply via email to