Skip to main content
ricardocv68
Participant
March 7, 2018
Answered

pdf

  • March 7, 2018
  • 1 reply
  • 374 views

Hola, ¿como puedo crear un pdf en el que luego el cliente pueda pegar o insertar una imagen?, gracias.

This topic has been closed for replies.
Correct answer try67

OK. In that case you'll need to set it up manually.

Create a button field and go to its Properties. Under the Options tab select "Icon Only" as the Layout option.

Then go to the Actions tab and add a MouseUp action that executes the following JavaScript code:

event.target.buttonImportIcon();

When the user clicks this button field they'll be prompted to select an image field (or a PDF, if they have an older version of Acrobat), which will then be displayed as the button's icon.

1 reply

try67
Community Expert
Community Expert
March 7, 2018

If the end-user is using Reader then they can't paste an image into a form. They can insert it if you add a so-called "image field" to it.

What version of Acrobat do you have?

ricardocv68
Participant
March 7, 2018

Acrobat Pro X. Versión 10.1.15

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
March 7, 2018

OK. In that case you'll need to set it up manually.

Create a button field and go to its Properties. Under the Options tab select "Icon Only" as the Layout option.

Then go to the Actions tab and add a MouseUp action that executes the following JavaScript code:

event.target.buttonImportIcon();

When the user clicks this button field they'll be prompted to select an image field (or a PDF, if they have an older version of Acrobat), which will then be displayed as the button's icon.