Skip to main content
Participant
July 14, 2016
Question

I've created a form for engineers to use on an Ipad but I am unable to create a field for them to insert a picture from the Ipad, Any ideas?, is it possible

  • July 14, 2016
  • 1 reply
  • 414 views

I've created a form for engineers to use on an Ipad but I am unable to create a field for them to insert a picture from the Ipad, Any ideas?, is it possible?

This topic has been closed for replies.

1 reply

Inspiring
July 14, 2016

It's possible, but only if they use Readdle's PDF Expert. It supports the buttonImportIcon JavaScript method, which prompts the user to take a picture or select an image that's available on their device.

Participant
July 14, 2016

Thanks

I've put the app on the IPad, but still don't get the option to insert a picture. Does it matter if the form is created in acrobat 9 or am I just missing something?

Inspiring
July 14, 2016

You have to set up a button on the form, give it an Icon Only layout, and add the following JavaScript to the Mouse Up event:

// Mouse Up script for a button

event.target.buttonImportIcon();

You will also want to set up the icon's scaling options to suit your needs. The size of the button will determine the extents of the image on the page.