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

Inserting an image inside a fillable form...

New Here ,
Nov 22, 2024 Nov 22, 2024

Copy link to clipboard

Copied

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?

TOPICS
JavaScript , PDF forms

Views

48

Translate

Translate

Report

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 ,
Nov 22, 2024 Nov 22, 2024

Copy link to clipboard

Copied

Use a image field.

Votes

Translate

Translate

Report

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 ,
Nov 22, 2024 Nov 22, 2024

Copy link to clipboard

Copied

LATEST

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).

PDFAutomationStation_0-1732334300730.png

 

Votes

Translate

Translate

Report

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