zorg
zorg

Reputation: 41

Submit form button doesnt work after signing PDF in Python?

The issue im facing is the that after you sign the pdf and lock the fields,you cant click on the submit Form button.I would like to be able to sign then submit the PDF by clicking the SubmitForm buttoN

p.create_field(365, 233, 568, 208, "Signature","signature", self.options['signature_tf']);
Name = getval("account_name")
optlist = "url={mailto:[email protected]?subject=%20Internal%20Settings"+str(Name)+"&cc="  + "} exportmethod=pdf";
action = p.create_action("SubmitForm", optlist);
optlist = "action={activate " + str(action) + "} linewidth=0";
p.create_annotation(240, 190,340,160, "Link", optlist);

Upvotes: 0

Views: 108

Answers (0)

Related Questions