From 0d75bb1d3ec082b467f061cc71728c8933166746 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Tue, 5 Mar 2019 11:27:25 +0100 Subject: [PATCH] improving documentation on merge --- build/docs/content/06-merge.md | 4 +++- docs/index.html | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build/docs/content/06-merge.md b/build/docs/content/06-merge.md index dd406b55..1e757bca 100644 --- a/build/docs/content/06-merge.md +++ b/build/docs/content/06-merge.md @@ -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 diff --git a/docs/index.html b/docs/index.html index a007cbd7..b563ab99 100755 --- a/docs/index.html +++ b/docs/index.html @@ -787,9 +787,13 @@ $client->store($request, $dest); 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