Skip to main content
Participant
November 23, 2024
Answered

Inserting an image inside a fillable form...

  • November 23, 2024
  • 2 replies
  • 585 views

I created a fillable form but I need to add a field to insert an image (where it asks you where the image is located).  I think there's a java script that can do that, correct?

This topic has been closed for replies.
Correct answer PDF Automation Station

You can use a button field with layout in the options tab set to Icon only, and the following Mouse Up action script:

event.target.buttonImportIcon();

Or you can now use an image field (a button field that adds that script automatically).

 

2 replies

PDF Automation Station
Community Expert
Community Expert
November 23, 2024

You can use a button field with layout in the options tab set to Icon only, and the following Mouse Up action script:

event.target.buttonImportIcon();

Or you can now use an image field (a button field that adds that script automatically).

 

Bernd Alheit
Community Expert
Community Expert
November 23, 2024

Use a image field.