Skip to content
ComPDF

删除页面

以下是删除页面的示例代码:

javascript
// 删除文档的第一页。
const pagesIndexToDelete = [0];
docViewer.removePages(pagesIndexToDelete);