pdfconverter is a trannslate5 service for merging, optimizing, and converting pdf files to HTML.
Endpoint | Method | Description |
---|---|---|
/job/{uuid} | POST | Create new job |
/job/{uuid} | GET | Read job |
Create job
Endpoint - /job/{uuid} [POST]
Parameters:
- Query parameter {uuid} is a unique job identifier (job UUID)
- POST should contain an array of files for processing
Response statuses:
- 201 - on success
- 500 - on error
Create job
Endpoint - /job/{uuid} [GET]
Parameters:
- Query parameter {uuid} is a unique job identifier (job UUID)
Response statuses:
- 202 - if the job is not done yet
- 200 - if job is done
The response body contains zipped result of pdf converting process (content-type: application/octet-stream)