Skip to content
bjbbarr edited this page May 3, 2013 · 1 revision

Sending a POST request to /api/concatenate will let you access the PDF concatenate service. This service will concatenate all pdf documents in order, as specified in the query parameter "srcUrl" (there can be 2 or more of these), where the fileName in the request path is the name of the new pdf file.

POST /api/concatenate/{newFileName}?scrUrl={firstScrURL}&scrUrl={secondScrURL}
< 200
< Content-Type: application/octet-stream
Clone this wiki locally