improving documentation on merge

This commit is contained in:
Julien Neuhart
2019-03-05 11:27:25 +01:00
parent 6441062e7f
commit 0d75bb1d3e
2 changed files with 8 additions and 2 deletions

View File

@@ -8,9 +8,11 @@ It accepts `POST` requests with a `multipart/form-data` Content-Type.
## Basic
Nothing special here: you may send one or more PDF files and the API
Nothing fancy here: you may send one or more PDF files and the API
will merge them and return the resulting PDF file.
> **Attention:** Gotenberg merges the PDF files alphabetically.
### cURL
```bash