Copy link to clipboard
Copied
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:
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?
Copy link to clipboard
Copied
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 <
Copy link to clipboard
Copied
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 <
Copy link to clipboard
Copied
Are you saying that something I'm doing could be considered illegal? Which part?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
That's good to know. Thanks!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now