From 20245ec39906f841f69173ef81b87923c9c60006 Mon Sep 17 00:00:00 2001 From: zboris12 Date: Sat, 10 Aug 2024 22:37:08 +0900 Subject: [PATCH] Added notice about multiple pages. --- API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/API.md b/API.md index deeb009..f767f9c 100644 --- a/API.md +++ b/API.md @@ -111,6 +111,8 @@ imgInfo | [SignImageInfo](#signimageinfo) | optional | Image's informations for textInfo | [SignTextInfo](#signtextinfo) | optional | Text's informations for drawing. :one: For example: A pdf contains 17 pages and specify `"-3,5-7,9,12,15-"` to `pageidx` means `[0,1,2,3,5,6,7,9,12,15,16]`. +> [!IMPORTANT] +> For placing signature on multiple pages, all target pages must have the same dimensions and the same rotation angle. ## SignOption :taco::taco::taco: