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

Accessing mobile's camera through Adobe XI

New Here ,
Feb 16, 2020 Feb 16, 2020

Copy link to clipboard

Copied

I am using adobe XI pro to create forms and JavaScript. On the iOS device I am using the pdf expert app to utilize scripts. Is it possible to insert a photo using the devices camera? Any help is greatly appreciated. Thank you in advance.

TOPICS
Acrobat SDK and JavaScript

Views

223

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 ,
Feb 16, 2020 Feb 16, 2020

Copy link to clipboard

Copied

LATEST

You can create an "image field" with the option to import an image when clicking it. Whether or not that will also work with the camera is up to the application where it is being used. To create such a field you just add a button field, set its Layout to Icon Only and set its Mouse Up event to execute the following JavaScript code:

event.target.buttonImportIcon();

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