From aabc8a0920825327907ce532a2ae479e01c823be Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Mon, 25 May 2026 15:04:06 +0800 Subject: [PATCH] fix the position of the note about indices for saveToPdf --- api/interface/idocument/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/interface/idocument/index.md b/api/interface/idocument/index.md index 99c8798..005ed20 100644 --- a/api/interface/idocument/index.md +++ b/api/interface/idocument/index.md @@ -732,9 +732,9 @@ saveToPdf(savePdfSettings?: SavePdfSettings): Promise; **Parameters** -`indices`: The array of page indices which will be saved. +`indices`: The array of page indices which will be saved. If not set, will save all pages to a PDF file by default. -`savePdfSettings`: Specify the save settings. Please refer to [`SavePdfSettings`]({{ site.api }}interface/idocument/savepdfsettings.html). If not set, will save all pages to a PDF file by default. +`savePdfSettings`: Specify the save settings. Please refer to [`SavePdfSettings`]({{ site.api }}interface/idocument/savepdfsettings.html). **Return Values**