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 checkbox, 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 using the GUI of Acrobat for editing in my Delphi form.
In short The idea is to add Form fields on an existing PDF form and save it where i am looking to embed the Acrobat's editor in my Delphi form and have control over all the Functionalities which are available with standalone acrobat editor.
Questions:
- Is there a way where we can interactively edit a PDF form which will allow the user to drag Form fields from the GUI Delphi form and place them on the PDF?
- Can we embed Acrobat in Delphi to edit an existing PDF?
- Can we create a PDF from scratch and add form fields to them interactively by using Acrobat Pro in Delphi?