importing a picture in a pdf form
Students need to be able to import a picture for their P.E. lessons. For the organization of the lesson. These pictures can be pdf/jpg/png. Is it possible to make a field that would allow this?
Students need to be able to import a picture for their P.E. lessons. For the organization of the lesson. These pictures can be pdf/jpg/png. Is it possible to make a field that would allow this?
If it has to work with Reader, then the students will need to use Reader 11 (XI) or DC (Windows/Mac only) and the pictures will need to be in PDF. To set up the field to import the PDF, create a button and on the Options tab of the field properties dialog, set the Layout to "Icon only", and on the Actions tab add a Mouse Up JavaScript that is:
// Mouse Up JavaScript for a button
event.target.buttonImportIcon();
When the button is clicked, the user will be prompted to select a page from a PDF to use as the button icon. Acrobat users will be able to select any format that Acrobat knows how to convert to PDF, which includes the common image formats.
This is the barebones requirements and you can refine things by setting up the scaling options (Options tab > Advanced button), add additional JavaScript code to handle errors and for resetting to blank, or adding a separate button to trigger the import into the picture display button. Post again if you'd like more information.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.