Integrate Adobe SDK in Delphi to edit PDF
Hello,
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, combo box. 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 a form field.
The idea is to add Form fields on an existing PDF form and save it.
Questions:
- Is there a way where we can interactively edit a PDF form to drop Form fields?
- Can we embedded Adobe in Delphi to edit an existing PDF?
- Can we create a PDF from scratch and add form fields to them interactively by using Adobe in Delphi?
