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

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

New Here ,
Oct 03, 2017 Oct 03, 2017

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?

TOPICS
PDF forms
4.6K
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
1 ACCEPTED SOLUTION
Community Expert ,
Oct 03, 2017 Oct 03, 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 <

View solution in original post

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
Community Expert ,
Oct 03, 2017 Oct 03, 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 <

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 ,
Oct 03, 2017 Oct 03, 2017

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

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
Community Expert ,
Oct 03, 2017 Oct 03, 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.

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 ,
Oct 03, 2017 Oct 03, 2017
LATEST

That's good to know. Thanks!

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