Hi
I am creating a PDF report dynamically. I have some images which need to be inserted into the document. I am trying to use the Gif class to load the image; however, it needs a URL to the image. How can I specify this during development and distributed deployment?
Having gone thru' the HELP docs. and the API, I felt that the Image API should be expanded to take in the document root and a relative path and return a suitable instance.
Thanks