I'm researching whether or not this is possible. I know its completely possible to create pdfs dynamically so that they are different every time one would download it from the server, but what I want is to have a pdf that is distributed, but has only links to content, and not necessarily content in itself.

Through another post I saw a reference to a javascript function that can pull text from an xml file. Is it possible to... have that xml file be stored on a remote public machine? What about images? Could you literally just store references to a remote image, that would be downloaded each time the pdf is opened?

Thanks for any information you can provide.