PDF

Process PDF files

post

Merge, split, compress PDFs or convert DOCX/XLSX to PDF. Returns processed file or queues job for async processing.

Body
actionstring · enumRequired

PDF operation to perform

Possible values:
filestring · binaryOptional

Single file for split/compress/convert operations

file_0string · binaryOptional

First file for merge (supports file_0 through file_99)

file_1string · binaryOptional

Second file for merge

optionsstringOptional

JSON string with action-specific options. Split: {"pages": "1,2,5-10"}

Responses
chevron-right
200

Processed PDF file

application/pdf
Responsestring · binary
post
/api/pdf-process

Last updated