I am creating a DVD that contains a master pdf file and a folder containing all the videos and other pdf files that are linked to the master pdf.
The problem is that the DVD drive that I created the DVD on has a DVD drive letter E: so when the master pdf calls to open a linked file, the link looks for the file on the E: drive.
Most of my students have computers that have the DVD drive as C: (or some other letter other than E:) So the master pdf can’t find the linked file.
Is there a way the set up the link to search for the appropriate drive so the file will open no matter what drive the DVD is in?
Or is there perhaps some other work around?
Also, if you are using removable data storage devices, you have to allow for the possibility different base drive locations.
I have found that creating a base url for the source document and then creating the within that document as relative links gets one around the issue of using absolute links. You create the PDFs to the same directory as the source file. As long as you keep the same directories relative to your base directory, you can move the entire collection to many other devices and locations that includes flash drives, DVDs, network drives, and web servers. Also do not assume everyone will be using Windows, Acrobat and reader are available for Mac OS and Unix/Linux systems. You might want to keep your naming structure in compliance with the Compact Disk File System, ISO 9660 standard.
George Kaiser