PDF Generation Service
post
https://raw.githubusercontent.com/pdf-service/v1/
/_create
Generate PDF and store output pdfs to filestore and return their filestoreids. The information is also saved into DB so that using _search endpoint we can retrieve already generated pdfs.
post
https://raw.githubusercontent.com/pdf-service/v1/
/_createnosave
Generates pdf without storing any information on filestore or in DB. The generated pdf would be returned as binary response
post
https://raw.githubusercontent.com/pdf-service/v1/
/_search
Get filestoreids and other information about already generated pdf by searching on jobid or entityid with other optional search parameters
Last modified 8mo ago