AddPageFromFile
Pages.AddPageFromFile(strFilePath,lPos,strPageRange)
功能说明
Pages集合中的指定位置插入一个其他文档的页面,可以指定页面范围
函数原型
AddPageFromFile(strFilePath,lPos,strPageRange)
参数
参数名 | 类型 | 必填 | 说明 |
---|---|---|---|
strFilePath | Variant | 是 | 文件路径,必选 |
lPos | long | 是 | 页面插入位置,0为首页,小于0为在末尾追加,必选 |
strPageRange | Variant | 否 | 页面范围如”1,2-5,20”,可选 |
返回值
无
调用示例
iWebPDF2015. Documents.Item(0).Pages.AddPageFromFile(“c:/test.pdf,”,-1);//设置把C盘下的test文档的所有页面插入到PDF文档中