I am producing reports that are comprised of 4 chapters, an introduction chapter and 3 dynamically created chapters. The 3 dynamic chapters are produced separately, and then inserted after the introduction chapter and saved as a single unit. The three dynamic chapters are working fine and look as they should, and other than the missing images the combined version looks as it should as well.
One of the dynamic chapters uses the InsertFile method to bring in 6 images that are saved as RTF files. I can't change the format of the incoming images, and since they are not technically images I have to insert them as text. This does not present an issue when the chapter is by itself, as they appear as they should. However, when the chapters are combined, these images are lost. I am also combining the 4 documents (introduction + 3 dynamic chapters) using the InsertFile method.
So far I've confirmed that if I manually insert the problematic dynamic chapter into a blank document it also loses the images. The chapters are saved to a local drive. I have also confirmed that if I move the chapter file to a network drive, it seems to import fine (however, that's not an option).
Does this problem sound familiar to anyone?