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

Button – Open a File

New Here ,
Dec 30, 2020 Dec 30, 2020

Hello! 

 

Please redirect me if this issue has already been discussed, but unforutnately, I haven't been able to find an answer to this question here. 

 

I received a PDF file with a button and by clicking on that button, another PDF file opens (that second file is not spearately stored on my drive). Now, I'm trying to replicate this.

 

Everything works just fine, but when sharing my file with someone else, they get an error message when clicking on the button. I believe the reason is that the other person does not have the second file (that it supposed to open when clicking on the button) stored on their laptop. The purpose here is that you cannot access to the second file unless you click the button in the first PDF file (so sharing both files at the same time wouldn't work, unfortunately).

 

Curious to hear your thoughts! Thank you. 

TOPICS
General troubleshooting , JavaScript , PDF forms
870
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
Adobe Employee ,
Dec 30, 2020 Dec 30, 2020

Hi,

 

Thanks for the detailed description.

Your understanding about the issue is absolutely correct. When you create a button and attach a file to an PDF. Then the attached file should be accessible for the end user. 

Which means, the second file should be saved on their machine or should have been saved to a shared location (which is given proper permission) from where its path is accessible.

 

You are able to access the second file, because you have it available in your system. When end user is trying to open, they can't, because it can't be found for them.

So, provide a path to the button

 

These two documents will help you setting up your PDF attachment: https://helpx.adobe.com/acrobat/using/links-attachments-Please o through it:  https://helpx.adobe.com/acrobat/using/links-attachments-pdfs.html#create_and_link_a_destination

https://helpx.adobe.com/acrobat/using/setting-action-buttons-pdf-forms.html#add_a_button_to_an_acrob... 

 

Thanks,

Akanchha 

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 ,
Dec 30, 2020 Dec 30, 2020
LATEST

It's likely that the PDF that is opened as a result of clicking the button is included in the PDF as a file attachment. This means that it is not separately available on the users machine or an accessible network. If you need help setting up a link to an attached PDF, post again.

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