Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can I create an external link to a specific page inside a PDF? Can I create an anchor?

New Here ,
Mar 21, 2016 Mar 21, 2016

I have a PDF file which contains several articles. Currently, I have to split the file in many others so I can link directly to the desired article. How can I create an anchor to point directly to the desired page/section? Is this possible?

TOPICS
Acrobat SDK and JavaScript , Windows
788
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Mar 21, 2016 Mar 21, 2016

If this is for use in a browser, you will find that what works with some won't work with others. When Acrobat/Reader is used as a plug-in, it can work to link to page numbers and named destinations (what you're an anchor), but other browsers that use a built-in PDF viewer may not support it. Here's an article that should help: Planet PDF - Linking to Pages or Destinations Within PDFs

Translate
LEGEND ,
Mar 21, 2016 Mar 21, 2016

Can you clarify why you're splitting the single PDF into multiple PDFs? In any case, you can create named destinations in a document, which essentially is a combination of a page number and a view (zoom level & position). You can use named destinations are targets for links within a PDF or links to other PDFs. You can also create links to locations in other documents without using named destinations. I'm assuming here that you're creating the links in Acrobat, as opposed to the source document application like InDesign or Word, in which case the terminology and procedures are different.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 21, 2016 Mar 21, 2016

I just need to link to an anchor. I found out that adding #page=xx can throw me directly into the desired page. Now I need to know what other inline commands there are to a PDF document, such as zoom, section, marker etc.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 21, 2016 Mar 21, 2016

If this is for use in a browser, you will find that what works with some won't work with others. When Acrobat/Reader is used as a plug-in, it can work to link to page numbers and named destinations (what you're an anchor), but other browsers that use a built-in PDF viewer may not support it. Here's an article that should help: Planet PDF - Linking to Pages or Destinations Within PDFs

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 21, 2016 Mar 21, 2016
LATEST

Thanks a lot! The website I use has the reader plug-in, I think it won't be a problem. I'll test in different browser though.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines