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

Import form data on server

Community Beginner ,
Apr 16, 2020 Apr 16, 2020

Copy link to clipboard

Copied

I would like to import form data on the server, then download filled form to web app.

 

Assumptions:
1. The PDF file is stored on the server
2. The PDF file has form fillable fields
3. The PDK file is filled using data from SQL DB on the server
4. The PDF file is accessed on server using RESTful API endpoint

 

Workflow:
1. The user taps a button to download PDF file in a web app
2. API endpoint receives HTTP request to download file
3. API retrieves PDF file from server file system
4. API retreives data to import from SQL DB
5. API imports data into PDF file
6. API responds to HTTP request with PDF file and filled data
7. The user receives PDF file and then opens or saves to local file system

 

Thanks for your help, mark-g

TOPICS
Acrobat SDK and JavaScript

Views

287

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 ,
Apr 16, 2020 Apr 16, 2020

Copy link to clipboard

Copied

Acrobat is not for server use. Maybe AEM (Adobe Experience Manager) has endpoints and APIs that do what you need.

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 ,
Apr 16, 2020 Apr 16, 2020

Copy link to clipboard

Copied

You need a PDF Library/API that you can use in a server side program. There are many out there that will do exactly what you want, and in a variety of languages: PHP, Python, .Net, Java, etc.   

 

And yes, AEM has server tools for exactly this purpose, but unless you have deep pockets, I'd just do a google search for PDF libraries, or form filling apps 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

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 Beginner ,
Apr 17, 2020 Apr 17, 2020

Copy link to clipboard

Copied

Thanks for your quick response. I had previewed a few PDF NuGet packages for my .NET Core API, but wanted input from experienced community members in case there was something that Adobe offered.

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 ,
Apr 17, 2020 Apr 17, 2020

Copy link to clipboard

Copied

LATEST

The official Adobe PDF Library is distributed by DataLogics.  It is the best, most complete PDF Library. And they do have some more targeted PDF tools. However, for the purposes of form filling, you can get something much simpler, and cheaper.  

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

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