I have faced the well known problem of extracting ole objects from an RT field in a notes document, in the particular case TIF images acquired directly with LN:DI (but the tool used is irrelevant to the problem).The point I am talking about is that the handle to the embedded object, which is fixed with no problem at all with the RtItem.getembeddedobjects, cannot be activated with the only method at hand,i.e., the object.activate(false), so no subsequent handle.saves(filepath) is usable.
Does anybody know if some solution has been found so far? Cause all I have found in this and previous domino versions forums is the suggestion to use C++ API or external programs, which is impossible in my case.
I have followed previous discussion by Normunds and Ansgar etc., mentinonig Ed.Morcillo libraries, which were the more promising, but no concrete solution was reached (or at least made public) remaining in the Notes domain.
Can anybody help?