Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: cpdf_import_jpeg - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

cpdf_lineto" width="11" height="7"/> <cpdf_global_set_document_limits
Last updated: Tue, 31 Oct 2006
view this page in

cpdf_import_jpeg

(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)

cpdf_import_jpeg -- JPEG 画像をオープンする

説明

bool cpdf_import_jpeg ( int pdf_document, string file_name, float x_coor, float y_coor, float angle, float width, float height, float x_scale, float y_scale, int gsave [, int mode] )

cpdf_import_jpeg() 関数は、 file_name という名前のファイルに保存された 画像をオープンします。画像のフォーマットは jpeg である必要があります。 画像は、カレントのページの位置 (x_coor, y_coor) に置かれます。 画像は、angle 度回転されます。 この関数を正常に動作させるには、gsave がゼロ以外の値でなければなりません。

オプションのパラメータ mode は単位長さを定義します。この値が 0 または値が 省略された場合、このページで指定されたデフォルト値が使用されます。 それ以外の場合、カレントのユニットを無視してポストスクリプトのポイント で座標が計測されます。

cpdf_place_inline_image() も参照ください。



add a note add a note User Contributed Notes
cpdf_import_jpeg
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites