How to configure fill PDF pluggin .

Hi All,

I have a requirement to make an editable form . The form fields should be fillable and the data entered should get saved into the database on click of submit in an interface. The upload interface should contain fillable pdf as well as a submit button .(form layout ) Also the user can download the newly edited pdf in non editable format on click of download button.

I am making use of Fill PDF tool available in PDF tools pluggin. I need to know the what should we fill in the value part of the service. From where can I make a pdf to be in the same format as needed? The pdf that we need to make fillable consists of textfields, some image along with check box fields. (version 20.3)

Thanks 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 1
    in reply to Mike Schmitt

    If flatten is set to true, we get only the labels of the fields, no textfields come up(pdf flattened maybe) . Also, no value populates. That's how it works I guess, though I expected it to show the values I provided. 

    Basically I wanted to have the values populated into the pdf fields in read only mode only(non editable) mode.(just visible field values, like name=adam ). Setting flatten to false do populates the textfields, but I can edit those values. (textfields)

Children