From 3255f8af0c1f0efe6da9e545233b044dac3d9580 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Sat, 5 Oct 2019 12:13:06 +0200 Subject: [PATCH] updating documentation: if office and more than one document, page ranges will be applied for each of them --- build/docs/content/07-office.md | 4 ++-- docs/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/docs/content/07-office.md b/build/docs/content/07-office.md index 5cded130..546ee7de 100644 --- a/build/docs/content/07-office.md +++ b/build/docs/content/07-office.md @@ -123,8 +123,8 @@ You may specify the page ranges to convert. The format is the same as the one from the print options of LibreOffice, e.g. `1-1` or `1-4`. -> **Attention:** this feature does not work in there is more -> than one document to convert. +> **Attention:** if more than one document, the page ranges will be +> applied for each document. ### cURL diff --git a/docs/index.html b/docs/index.html index fbc2a471..b03e62e3 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1066,8 +1066,8 @@ $client->store($request, $dest); of LibreOffice, e.g. 1-1 or 1-4.

-

Attention: this feature does not work in there is more -than one document to convert.

+

Attention: if more than one document, the page ranges will be +applied for each document.