Skip to main content
Participant
October 3, 2017
Answered

How to Automate "Prepare Form" w/Auto Detection on PDF?

  • October 3, 2017
  • 1 reply
  • 4884 views

I'm trying to help a client take a rich text file (.rtf) and turn it into a fillable PDF. Here are my steps thus far:

  1. Open .rtf in Word, save as Adobe PDF.
  2. Open PDF in Acrobat Pro DC and select "Prepare Form"
  3. Use Auto Detect to create fields (works flawlessly).
  4. Manually rename fields (need to map field names to my application).

I'm writing a web application in GO that will fill these PDFs with data from a PostgreSQL db. Problem is, my clients get these .rtf files from their clients all the time, so I need to automate as much of this as possible. In a perfect world, I'd be able to automate all 4 steps above. My biggest concern is steps 2-4.

I've been trying to research the Acrobat DC SDK to see what I can do, but the documentation isn't the easiest. Any ideas?

This topic has been closed for replies.
Correct answer try67

Acrobat doesn't allow you to do that, not technically nor legally (as far

as I know).

On Tue, Oct 3, 2017 at 11:00 PM, asdfawrfwecwatebaer <

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
October 3, 2017

Acrobat doesn't allow you to do that, not technically nor legally (as far

as I know).

On Tue, Oct 3, 2017 at 11:00 PM, asdfawrfwecwatebaer <

Participant
October 3, 2017

Are you saying that something I'm doing could be considered illegal? Which part?

try67
Community Expert
Community Expert
October 3, 2017

I'M NOT A LAWYER, but as far as I know, the EULA forbids using Acrobat as a part of an automated web-based service.