Here are procedures for creat a field in a PDF that will accept an image input:
- For Foxit PDF Editor v11 and above
Please do the following steps to add an image field in PDF file:
1:Open the PDF file with Foxit PDF Editor,go to Form tab>Image Field to drag an area in the desired place to create an image field.
2:Switch to Hand mode, you are able to click on the image field to bring up the Select Icon window,please click on Browse... button there to navigate to your files explorer for selecting an image to be inserted into the image field area.
- For Foxit PhantomPDF v10
Image field tool was added under Form tab since Foxit PhantomPDF Version 10, this is a tool for quickly adding a push button with JavaScript prewired, which allows users to quickly browse and select an image to add to the PDF document. Please do the following steps to add an image field in PDF file:
1:Open the PDF file with Foxit PhantomPDF,go to Form tab>Image Field to drag an area in the desired place to create an image field.
2:Switch to Hand mode, you are able to click on the image field to bring up the Select Icon window,please click on Browse... button there to navigate to your files explorer for selecting an image to be inserted into the image field area.
- For Foxit PhantomPDF V9.7 and below
1.Open the pdf file with Foxit PhantomPDF, go to Form tab>Push Button to drag an area in the desired place to create a push button as you need.
2. Right click on the created push button> Properties>Options>please select Icon Only for layout dropbox menu.
3. Then click on Actions tab in Button Properties window , select Run a JavaScript from the Select Action drop down menu,click on Add... to bring up JavaScript Edition window where you have to input the following code statement:
event.target.buttonImportIcon()
Click on OK button to close JavaScript Edtion window,then click Close button to close Button Properties window.
4. Switch to Hand mode, you are able to click on the image field to bring up the Select Icon window,please click on Browse... button there to navigate to your files explorer for selecting an image to be inserted into the image field area.