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

Replace images in Adobe Acrobat Reader

Community Beginner ,
Sep 30, 2017 Sep 30, 2017

Hello everybody, i was wondering how could i insert an image in Adobe Acrobat Pro, send the file to a client, and then he can easily replace the image in Adobe Acrobat Reader, just like what happens in this youtube video from minute 1.37: https://www.youtube.com/watch?v=9sepWWYfBMo

thanks!

TOPICS
PDF forms
5.8K
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
1 ACCEPTED SOLUTION
Community Expert ,
Oct 01, 2017 Oct 01, 2017

Select the "Run a JavaScript" command and then paste the code I provided in the window that opens.

View solution in original post

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 ,
Sep 30, 2017 Sep 30, 2017

one post is more than enough to ask this question

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
Community Expert ,
Oct 01, 2017 Oct 01, 2017

You can do that with a button field set to have an icon. Then as the button's MouseUp action enter this code:

event.target.buttonImportIcon();

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
Community Beginner ,
Oct 01, 2017 Oct 01, 2017

thank you very much! how can i achieve this? do you know any tutorial in youtube for example? thanks!

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
Community Expert ,
Oct 01, 2017 Oct 01, 2017

I explained above how to do this... Have you tried it?

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
Community Beginner ,
Oct 01, 2017 Oct 01, 2017

yes but i dont know how to insert the code. im stuck here.

i have acrobat pro 8, maybe thats the reason? thnks

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
Community Expert ,
Oct 01, 2017 Oct 01, 2017

Select the "Run a JavaScript" command and then paste the code I provided in the window that opens.

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
Community Beginner ,
Oct 01, 2017 Oct 01, 2017

worked!!!!! thanks a lot!!!!!

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
Community Beginner ,
Jan 18, 2018 Jan 18, 2018

So I added 'Run a javascript' and 'event.target.buttonImportIcon();'

When I enable the form for Adobe Reader form filling, and open in it in Reader, it only allows adding PDFs. Is there a way for the user to add .jpg images?

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
Community Expert ,
Jan 18, 2018 Jan 18, 2018

Use the latest version of Acrobat Reader DC.

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
Community Beginner ,
Jan 18, 2018 Jan 18, 2018

Thank you, Bernd.

I used Acrobat DC version 18.009.20050 and added a new 'add an image' button. Saved, then saved as to enable for Reader. Opened in Reader, and it still only lets me add a pdf image.

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
Community Expert ,
Jan 18, 2018 Jan 18, 2018

What version of Acrobat Reader?

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
Community Beginner ,
Jan 18, 2018 Jan 18, 2018

XI 11.0.01

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
Community Expert ,
Jan 18, 2018 Jan 18, 2018

You need to use Reader DC, preferably the latest version available, to be

able to select non-PDF files as the image.

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
Community Expert ,
Jan 18, 2018 Jan 18, 2018

Version XI can only use PDF files. Use the latest version Acrobat Reader DC.

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
Community Beginner ,
Jan 18, 2018 Jan 18, 2018

Excellent. That worked. I did this on the mac version, does the PC version also import jpgs in as well?

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
Community Expert ,
Jan 18, 2018 Jan 18, 2018
LATEST

Yes, it's the same.

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