Hi,
I've seen this post several times but I'm still confused on an answer. I have an index pdf document and several sub documents that the index has links to. I see that when I use the link tool everything comes out as an absolute link. Everything has to go on a cd and be distributed to several people.
One answer was to move everything to a CD first then define links on there. But now with pdas and everything - the CD Rom doesn't always come up as D: drive.
So how do you adjust Acrobat to make relative links?
And ofcourse I'm under pressure to get this done yesterday.
If you are using Word, you can create the relative link in Word by not having a base URL for the Word Doc property and then using the "Hyperlink => Edit" to navigate to the file. There will be no full path information in the link screen, but if you move the mouse pointer over the link the "resolved" link will be shown in the popup.If in Acrobat, place the index in the final location for the staging folder and do not set a base URL. Now create the link to open the file. Even though the link displays the full path it is a relative link.
In PS you can use PDF markups to create the links with relative paths:
// pdf 2 directories below this PDF's location
[/Action /GoToR /File (..\\..\\welcome.pdf)
/Page 1 /View [/XYZ null null 0]
/Title (Welcome Screen) /C [0 0 0.8] /F 2 /Count 0
/OUT pdfmark
// PDF in the "docs" directory 2 directories below the PDF's location
% % Book mark for Status Reports
[/Action /GoToR /File (..\\..\\Docs\\StatusReports.pdf)
/Page 1 /View [/XYZ null null 0]
/Title (Status Reports) /C [0 0.5 0.8] /Count 0 /F 2
/OUT pdfmark
You will have to move the entire file structure and files that are linked without changing the relative location of the linked files or directories where the files are located.
George Kaiser