These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Document Management

uggiewan
Registered: Aug 29 2008
Posts: 7
Answered

I am new to document management and Adobe Acrobat. I am using 9 Pro Extended.

I have approx. 600 documents and want to create a table of contents which uses hyperlinks to access a certain document. I also want to build into each document the ability to hyperlink back to the table of contents.

All of these documents were created in MS Word and have been converted to pdf files.

I'm sure that this can be done using Acrobat, but I'm having trouble finding the instructions to get me started.

Can someone point me in the right direction?

Thanks in advance!

My Product Information:
Acrobat Pro Extended 9.0, Windows
daka630
Expert
Registered: Mar 1 2007
Posts: 1420
uggiewan,

Nothing fancy here but...

In MS Word, create a file (let us say it is named "toc.doc").
Make an entry for each of the target files.
This input could be obtained programmatically or performed manually.
Use MS Word's hyperlink tool to set a link from each entry to the appropriate target PDF.
Using the Button tool, create a button having the action Open File. The file to open would be "toc.doc".
Add the button to the each of the target buttons.

Much of the setup could involve some measure of automation. Look through the Javascript section of the forum, acrobatusers.com Tutorial and Javascript Corner for a wealth of "how-to" in this regard.

An alternative could be some type of content management application to house the file collection.

Be well...

Be well...

uggiewan
Registered: Aug 29 2008
Posts: 7
Thanks for the prompt reply. Will the TOC remain an MS Word document with hyperlinks to the pdf files?
daka630
Expert
Registered: Mar 1 2007
Posts: 1420
uggiewan,

You could leave "toc.doc" as an MS Word file. Or, you could convert it to a PDF file. Whatever works best for you/your end users.

MS Word hyperlinks can carry through into the output PDF created from the Word file.
For this, you must use the Acrobat PDFMaker. In Word, click on the command menu entry "Adobe PDF".
Click on Change Conversion Settings.
In the Acrobat PDFMaker dialog, be sure that "Add Links to Adobe PDF" is selected/checked.

Note that the target file of a Word hyperlink has some given file extension. When using Word this is often another Word file (*.doc). Whatever the target file's file extension is, when the hyperlink is made, that is what will be present in the link found in the output PDF.

If the target *.doc files are to be converted to PDF then the initial *.doc extension will have to be changed to *.pdf once the Word hyperlink is made. Then do the conversion.
(I suspect that someone knowledgeable in VB or .NET could knock out something that would let you change *.doc to *.pdf in one shot once the "toc.doc" was built.)

If the target files are already PDF then the hyperlink in the "toc" Word file will reflect *.pdf as the file extension.

Be well...

Be well...

uggiewan
Registered: Aug 29 2008
Posts: 7
Thanks for the help. You've given me enough information to get started and probably complete my project. Love this fourm!