Extract
Pages.Extract(strFilePath, strPageRange)
功能说明
设置Pages集合中的指定页面范围的页面进行提取保存为其他文件名称
函数原型
Extract(strFilePath, strPageRange)
参数
参数名 | 类型 | 必填 | 说明 |
---|---|---|---|
strFilePath | Variant | 是 | 文件路径,必选 |
strPageRange | Variant | 否 | 页面范围如”1,2-5,20”,可选 |
返回值
无
调用示例
iWebPDF2015. Documents.Item(0).Pages. Extract (“c:/test.pdf”,1-3);//设置将提取的页面保存到C盘下面的test.pdf文档中