Skip to content

Commit aabc8a0

Browse files
committed
fix the position of the note about indices for saveToPdf
1 parent 1b54f57 commit aabc8a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/interface/idocument/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,9 +732,9 @@ saveToPdf(savePdfSettings?: SavePdfSettings): Promise<Blob>;
732732

733733
**Parameters**
734734

735-
`indices`: The array of page indices which will be saved.
735+
`indices`: The array of page indices which will be saved. If not set, will save all pages to a PDF file by default.
736736

737-
`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.
737+
`savePdfSettings`: Specify the save settings. Please refer to [`SavePdfSettings`]({{ site.api }}interface/idocument/savepdfsettings.html).
738738

739739
**Return Values**
740740

0 commit comments

Comments
 (0)