Hi all,
I am not sure if this can be called a bug, but perhaps somebody on the
list might clear things up.
If you load a document via loadFromByteArray() its URL will be
private:stream. Now printing on the loaded OfficeDocument does not work
(silently, no Exception). I found a workaround, but I am not really
happy about it:
- create a temporary file
- convert file name to OOo-URL (file:///...)
- OfficeDocument.storeAsURL(url, null);
- OfficeDocument.print() <-- with WAIT option set to true
- delete temporary file
Is there any other possibility to get this to work without temporary
file generation?
Many thanks for your time.
Cheers
Harald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]