网站首页

>>

PHP初级教程手册


函数:PDF_put_image()



PDF_put_image

放置图片到 PDF 档。

语法: boolean pdf_put_image(int pdfid, int image);

返回值: 布尔值

函数种类: 特殊文件格式

内容说明

本函数用来将图片放在目前操作的 PDF 档上,值得注意的是本函数仅暂时放置,实际还需 PDF_execute_image() 函数来配合。参数 pdfid 为 PDF 文件代码。参数 image 为图片代码。

参考

PDF_place_image()  PDF_execute_image()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|