Added notice about multiple pages.

master
zboris12 2024-08-10 22:37:08 +09:00
parent 7805d04d91
commit 20245ec399
1 changed files with 2 additions and 0 deletions

2
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: