Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/affordablemobiles/gae-java8-pdf-api
App Engine Standard Java8 module to merge form data into a PDF then flatten
https://github.com/affordablemobiles/gae-java8-pdf-api
appengine-java fdf google-appengine java pdf pdf-forms
Last synced: about 1 month ago
JSON representation
App Engine Standard Java8 module to merge form data into a PDF then flatten
- Host: GitHub
- URL: https://github.com/affordablemobiles/gae-java8-pdf-api
- Owner: affordablemobiles
- Created: 2018-05-09T15:06:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T11:28:38.000Z (over 6 years ago)
- Last Synced: 2024-03-26T15:13:25.723Z (9 months ago)
- Topics: appengine-java, fdf, google-appengine, java, pdf, pdf-forms
- Language: Java
- Size: 25 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Conversion API for App Engine Standard Java8 Runtime
## This package requires a license from iText for commercial use.
This project provides an API that will merge data into a PDF form using a FDF file, then flatten it into a read-only PDF.
Deploy this project to App Engine using Eclipse.
### Endpoint /pdf/api/v1/pdf-merge
Accepts two POST variables, "pdf" and "fdf". "pdf" is a base64'd PDF file with form fields. "fdf" is a base64 encoded FDF file.### Endpoint /pdf/api/v1/pdf-merge-from-gcs
Accepts two POST variables, "pdf_filename" and "fdf". "fdf" is a base64 encodeded FDF file. "pdf_filename" should be the name of a file that exists in the "pdf" folder of the default bucket.