Does any one know how to render JPG image into RTF field via C API?
What I need to do is:
-
I use gd library to create JPG image (some kinds of charts);
-
I want to store this image in a Notes document, but not as an attachment;
-
Mail it to the users, then when they open the Note, they can read the image directly in a RFT body field.
Is it possible?