Question
Add form fields to PDF in Delphi
Hello Guys
I am working on an application where I need to be able to edit existing PDF form and drop PDF form fields interactively on the file.
Form fields like drop down, text, multi line text, radio button. Currently I am using ActiveX controls to open PDF files in an Delphi application.
However I can only read the PDF form but I want to be able to edit it also like drop an form field.

