Adding dynamic image in fillable Pdf

Hi All

        I am using Adobe DC Pro for creating fillable Pdf forms.Since i am creating it for the first time i dont know how to add image component  inside the form.KIndly provide your suggestions.

Thanks in Advance

Pradeep.B

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Chaitra,

    In Adobe acrobat Pro DC software there is an image component similar to text component,i used that one and passed doc id as input using Fill PDF software.

          Fill PDF smart-service needs a PDF template which i created using adobe software,passed as a parameter to document attribute and passed values to be displayed in PDF to PDF fields attribute.

    PDF fields attribute input to be passed as mentioned below.

    {
    {name:"title",value: pv!Doc.title}
    {name:"Image1_af_image",value:tostring(tointeger(pv!Doc.id))}
    }

    Use Adobe acrobat pro version 18.0 and above.It will be only having image component input field.

    Regards,

    PradeepB

Children
No Data