Copy link to clipboard
Copied
Hello,
I have a "Table of Content" in PDF format and I need to link all the topics to diffirent PDF (specific pages).
I was able to do that manually using this methode:
https://acrobatusers.com/forum/general-acrobat-topics/link-pdf-file-specific-page-another-pdf-file/
I just need to done it automatically since there is more than 100 topics.
Is there anyway to do that?
Thanks,
Copy link to clipboard
Copied
Hi @Leila5CCF ,
Can you clarify about the part "diffirent PDF (specific pages)." ??
Are you referring to opening those links in a new PDF document side by side with the original PDF document, OR, were you referring to how to produce bookmarks in bulk (as in employing a batch script with JavaScript) to point to the correct referenced pages inside of a single PDF document?
Copy link to clipboard
Copied
Hi,
Thanks for replying.
I have a PDF (I call it Source) it contains only a table of content (more than 100 topics).
I need to do the following:
1) Link each topic from source PDF to it's corresponding PDF, by clicking on the topic the new pdf will open.
2) Once the new PDF is opened it jumps to the specific page.
For example:
I have Topic A in source PDF and I need to Link it to the PDF A page 20.
I am able to do that manually using this guide:
https://acrobatusers.com/forum/general-acrobat-topics/link-pdf-file-specific-page-another-pdf-file/
Is it possible to do it automatically.
Thanks,