• Hi

    I have a RTF with linked images working with no problems.

    I need move my image files to a new location, and change the location of my objects in definitive.

    Ex.

    My current location is c:\myimages\image1.jpg and I need move the link to c:\MyNewImagesFolder\image1.jpg

    How can I do this?

    I have tryied to change the location on TextObjects without success on OnRequestHTTPImage event:

    TextObject.Source := 'c:\MyNewImagesFolder\image1.jpg';

    The images was loaded but when I save the RTF the location keeps the same.

    Anyone can help me?

    Thanks