Skip to main content
Participating Frequently
July 19, 2017
Answered

Interactive PDF editable image

  • July 19, 2017
  • 2 replies
  • 2788 views

Specs First

I'm renting the Adobe Creative Cloud (current)

I work on a

MacBook Pro (Retina, 15-inch, Mid 2015)

Processor 2.8 GHz Intel Core i7 Quadcore
OS Sierra

Here is my issue I have to make multiple business card size cards with different logos and logos will change all the time.

I was able to figure out custom text in indesign (Interactive PDF) editable in Acrobat. I need to edit the logos the same way click on an image "button" look for logo file and the image/logo changes.

Attached is my fake indesign template

How can I change the image when I edit the text in acrobat? I've read about lifecycle design which is unavailable for mac. Is there a way I can set this up in indesign?

I find it funny that you can add video this way but not a simple image...

Please help.

This topic has been closed for replies.
Correct answer try67

I recommend adding fields in Acrobat only, not in InDesign.

To do what you described you would need to add a button field, then go to its Properties and under the Options tab set its layout to Icon Only. Then go to the Actions tab and enter this JavaScript code as its MouseUp script:

event.target.buttonImportIcon();

Exit Form Edit mode and click the button. You'll be prompted to select an image file (or a PDF, in earlier versions of Reader), which will then be displayed as the button's icon.

2 replies

Participating Frequently
June 15, 2020

I'm not sure if this is the same thing as the original poster's issue but it sounds similar. I am needing to create a PDF Template where there's an image area of let's say 400px w X 600px h, and I have the capability to add an image to that image area every time I make a copy of the PDF Template. How would I do this? BTW, I do know how to make fillable fields well, I've just never had a request to have a field area be one that gets populated by a selected image from a user's hard drive.

Participating Frequently
June 15, 2020

Works like a champ!:

 

I recommend adding fields in Acrobat only, not in InDesign.

To do what you described you would need to add a button field, then go to its Properties and under the Options tab set its layout to Icon Only. Then go to the Actions tab and enter this JavaScript code as its MouseUp script:

event.target.buttonImportIcon();

Exit Form Edit mode and click the button. You'll be prompted to select an image file (or a PDF, in earlier versions of Reader), which will then be displayed as the button's icon.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
July 19, 2017

I recommend adding fields in Acrobat only, not in InDesign.

To do what you described you would need to add a button field, then go to its Properties and under the Options tab set its layout to Icon Only. Then go to the Actions tab and enter this JavaScript code as its MouseUp script:

event.target.buttonImportIcon();

Exit Form Edit mode and click the button. You'll be prompted to select an image file (or a PDF, in earlier versions of Reader), which will then be displayed as the button's icon.

cnyiradiAuthor
Participating Frequently
July 19, 2017

so if I want to make this pretty (which I do) I do my design work in indesign, then save the design file as interactive pdf?

try67
Community Expert
Community Expert
July 19, 2017

When you're done with the design save the file as a PDF, and then open it

in Acrobat and add the form fields, scripts, etc.

Keep a copy of both the InDesign file, and the static PDF, though, in case

you want to make changes to them later on.