Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Add form fields to PDF in Delphi

New Here ,
Mar 20, 2016 Mar 20, 2016

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.

PDFReader.png

TOPICS
Acrobat SDK and JavaScript
2.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 21, 2016 Mar 21, 2016

Almost certainly the best option is for you (or your users) to just open the file in Acrobat and use the form field editor. Reimplementing this is technically possible if you are an experienced C++ programmer and have a year or two to spend.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 21, 2016 Mar 21, 2016

Thank you fro the reply

Yes, IN Delphi you can embed Acrobat reader as an Active X control. As shown in the image below

PDFReader.png

So It can only view PDF files, However can we embed Adobe PDF editor also as Active X control?

Like this

acrobatPro.png

  The above image is of "Acrobat Pro" where we can edit form.

So my Question is : Can we embed Acrobat Pro into another application?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 21, 2016 Mar 21, 2016

You can embed Acrobat Pro as a reader using the same interface. You cannot embed it with its full functionality.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 21, 2016 Mar 21, 2016

Ok, Thank you for reply.
So in short Acrobat pro can only be used as a reader and not a editor when embedded into another application?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 21, 2016 Mar 21, 2016
LATEST

That is my understanding. I would be happy to be corrected.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines