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

Fill PDF form from Acrobat DC with variable data in Java backend afterwards

New Here ,
Feb 01, 2021 Feb 01, 2021

Copy link to clipboard

Copied

Hello community,

 

I would like to do the following: I would like to generate a PDF form, most likely in Acrobat DC or Acrobat DC pro. This form should then be sent to a Java service which fills the form with already existing data from a database.

 

I already had two calls with Adobe Sales and Adobe technical support. They had no known solution but they told me to take a look into this community here.

 

So does anybody know if there is an Adobe software / SDK / cloud which does that in Java? Manipulating PDFs and filling the fields? Or exchanging texts? 

 

Is this doable with the Acrobat SDK?

 

Thank you in advance, have a nice workweek and best

SwissMan

TOPICS
Acrobat SDK and JavaScript

Views

243

Translate

Translate

Report

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 ,
Feb 01, 2021 Feb 01, 2021

Copy link to clipboard

Copied

Adobe Experience Manager (Price by negotiation) is Adobe's enterprise-level server solution for many of these things. We don't know much about it here, and Acrobat support will know even less.  The Acrobat SDK cannot be used in a server solution, as Acrobat is not for server use and the Acrobat SDK is just info for automating Acrobat.

Votes

Translate

Translate

Report

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 ,
Feb 01, 2021 Feb 01, 2021

Copy link to clipboard

Copied

LATEST

Adobe doesn't have its own Java library for working with PDF files, but I believe the one by Datalogics is supported by them. In addition there are several other PDF libraries out there, some commercial (such as iText), other open-source (such as PDFBox). You will need to see which one matches your needs, and your budget...

 

I have developed similar services to what you describe using the PDFBox library, so if you're interested in hiring someone to do it for you, feel free to contact me privately via [try6767 at gmail.com] to discuss it further.

Votes

Translate

Translate

Report

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