pdf_add_annotation PHP 3.0.12

void pdf_add_annotation(int pdfdoc, float xll, float yll, float xur, float xur, string title, string text)

 

注記を設定します (これは古い関数なので pdf_add_note() を使用してください)。

pdf_add_bookmark PHP 4.0.1

int pdf_add_bookmark(int pdfdoc, string text[, int parent, int open])

 

現在のページにブックマークを追加します。

pdf_add_note PHP 4.0.5

void pdf_add_note(int pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open)

 

注記を設定します。

pdf_add_thumbnail PHP 4.0.5

void pdf_add_thumbnail(int pdf, int image)

 

既存のイメージを現在のページのサムネールとして追加します。

pdf_arc PHP 3.0.6

void pdf_arc(int pdfdoc, float x, float y, float radius, float start, float end)

 

円弧を描きます。

pdf_arcn PHP 4.0.5

void pdf_arcn(int pdf, float x, float y, float r, float alpha, float beta)

 

時計回りに角度 alpha から beta までの円弧を描きます。

pdf_attach_file PHP 4.0.5

void pdf_attach_file(int pdf, float lly, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon)

 

左下と右上の座標で指定された長方形に添付ファイルを追加します。

pdf_begin_page PHP 3.0.6

void pdf_begin_page(int pdfdoc, float width, float height)

 

ページを開始します。

pdf_begin_pattern PHP 4.0.5

int pdf_begin_pattern(int pdf, float width, float height, float xstep, float ystep, int painttype)

 

新しいパターン定義を開始します。

pdf_begin_template PHP 4.0.5

int pdf_begin_template(int pdf, float width, float height)

 

新しいテンプレート定義を開始します。

pdf_circle PHP 3.0.6

void pdf_circle(int pdfdoc, float x, float y, float radius)

 

円を描きます。

pdf_clip PHP 3.0.6

void pdf_clip(int pdfdoc)

 

現在のパスでクリップします。

pdf_close_image PHP 3.0.7

void pdf_close_image(int pdf, int pdfimage)

 

PDF イメージを閉じます。

pdf_close_pdi_page PHP 4.0.5

void pdf_close_pdi_page(int pdf, int page)

 

ページハンドルを閉じて、ページに関連するすべてのリソースを解放します。

pdf_close_pdi PHP 4.0.5

void pdf_close_pdi(int pdf, int doc)

 

開いているページハンドルをすべて閉じて、入力 PDF ドキュメントを閉じます。

pdf_close PHP 3.0.6

void pdf_close(int pdfdoc)

 

PDF ドキュメントを閉じます。

pdf_closepath_fill_stroke PHP 3.0.6

void pdf_closepath_fill_stroke(int pdfdoc)

 

現在のパスを閉じて、塗りつぶしを行い、輪郭を描きます。

pdf_closepath_stroke PHP 3.0.6

void pdf_closepath_stroke(int pdfdoc)

 

パスを閉じて、そのパスに沿って線を描きます。

pdf_closepath PHP 3.0.6

void pdf_closepath(int pdfdoc)

 

パスを閉じます。

pdf_concat PHP 4.0.5

void pdf_concat(int pdf, float a, float b, float c, float d, float e, float f)

 

行列をテキストとグラフィック用の現在の変換行列に連結します。

pdf_continue_text PHP 3.0.6

void pdf_continue_text(int pdfdoc, string text)

 

次の行にテキストを出力します。

pdf_curveto PHP 3.0.6

void pdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3)

 

曲線を描きます。

pdf_delete PHP 4.0.5

bool pdf_delete(int pdfdoc)

 

PDF オブジェクトを削除します。

pdf_end_page PHP 3.0.6

void pdf_end_page(int pdfdoc)

 

ページを終了します。

pdf_end_pattern PHP 4.0.5

void pdf_end_pattern(int pdf)

 

パターン定義を終了します。

pdf_end_template PHP 4.0.5

void pdf_end_template(int pdf)

 

テンプレート定義を終了します。

pdf_endpath PHP 3.0.6

void pdf_endpath(int pdfdoc)

 

現在のパスを終了します。

pdf_fill_stroke PHP 3.0.6

void pdf_fill_stroke(int pdfdoc)

 

現在のパスを塗って輪郭を描きます。

pdf_fill PHP 3.0.6

void pdf_fill(int pdfdoc)

 

現在のパスを塗りつぶします。

pdf_findfont PHP 4.0.5

int pdf_findfont(int pdfdoc, string fontname, string encoding[, int embed])

 

pdf_setfont( ) で使用するためのフォント名を準備します。

pdf_get_buffer PHP 4.0.5

int pdf_get_buffer(int pdfdoc)

 

生成された PDF データを含むバッファを取り込みます。

pdf_get_font PHP 4.0

int pdf_get_font(int pdfdoc)

 

現在のフォントを取得します。

pdf_get_fontname PHP 4.0

string pdf_get_fontname(int pdfdoc)

 

現在のフォント名を取得します。

pdf_get_fontsize PHP 4.0

float pdf_get_fontsize(int pdfdoc)

 

現在のフォントサイズを取得します。

pdf_get_image_height PHP 3.0.12

int pdf_get_image_height(int pdf, int pdfimage)

 

イメージの高さを返します。

pdf_get_image_width PHP 3.0.12

int pdf_get_image_width(int pdf, int pdfimage)

 

イメージの幅を返します。

pdf_get_majorversion PHP 4.1.0

int pdf_get_majorversion( )

 

PDFlib のメジャーバージョン番号を返します。

pdf_get_minorversion PHP 4.1.0

int pdf_get_minorversion( )

 

PDFlib のマイナバージョン番号を返します。

pdf_get_parameter PHP 4.0.1

string pdf_get_parameter(int pdfdoc, string key, mixed modifier)

 

任意のパラメータを取得します。

pdf_get_pdi_parameter PHP 4.0.5

string pdf_get_pdi_parameter(int pdf, string key, int doc, int page, int index)

 

文字列型の PDI ドキュメントパラメータの内容を取得します。

pdf_get_pdi_value PHP 4.0.5

float pdf_get_pdi_value(int pdf, string key, int doc, int page, int index)

 

数値型の PDI ドキュメントパラメータの内容を取得します。

pdf_get_value PHP 4.0.1

float pdf_get_value(int pdfdoc, string key, float modifier)

 

任意の値を取得します。

pdf_initgraphics PHP 4.0.5

void pdf_initgraphics(int pdf)

 

暗黙的な色とグラフィックの状態パラメータをすべてデフォルトにリセットします。

pdf_lineto PHP 3.0.6

void pdf_lineto(int pdfdoc, float x, float y)

 

線を描きます。

pdf_makespotcolor PHP 4.0.5

int pdf_makespotcolor(int pdf, string spotname)

 

現在の色を基に名前付きのスポットカラーを作成します。

pdf_moveto PHP 3.0.6

void pdf_moveto(int pdfdoc, float x, float y)

 

現在の位置を設定します。

pdf_new PHP 4.0.5

int pdf_new( )

 

新しい PDF オブジェクトを作成します。

pdf_open_ccitt PHP 4.0.5

int pdf_open_ccitt(int pdf, string filename, int width, int height, int bitreverse, int k, int blackls1)

 

未処理の CCITT G3 または G4 圧縮ビットマップデータのイメージファイルを開きます。

pdf_open_file PHP 4.0.5

int pdf_open_file(int pdfdoc[, char filename])

 

新しい PDF ドキュメントを開きます。filename が NULL の場合はメモリ内にドキュメントが作成されます。

pdf_open_gif PHP 3.0.7

int pdf_open_gif(int pdf, string giffile)

 

GIF ファイルを開いて、PDF ドキュメント内に配置できるようにイメージを返します。

pdf_open_image_file PHP 3 CVS Only

int pdf_open_image_file(int pdf, string type, string file, string stringparam, int intparam)

 

指定された種類のイメージファイルを開いて、PDF ドキュメント内に配置できるようにイメージを返します。

pdf_open_image PHP 4.0.5

int pdf_open_image(int pdf, string type, string source, string data, long length, int width, int height, int components, int bpc, string params)

 

指定された種類のイメージを開いて、PDF ドキュメント内に配置できるようにイメージを返します。

pdf_open_jpeg PHP 3.0.7

int pdf_open_jpeg(int pdf, string jpegfile)

 

JPEG ファイルを開いて、PDF ドキュメント内に配置できるようにイメージを返します。

pdf_open_memory_image PHP 3.0.10

int pdf_open_memory_image(int pdf, int image)

 

GD イメージを引数として取り、PDF ドキュメント内に配置できるようにイメージを返します。

pdf_open_pdi_page PHP 4.0.5

int pdf_open_pdi_page(int pdf, int doc, int page, string label)

 

後で pdf_place_image( ) で使用するためのページを準備します。

pdf_open_pdi PHP 4.0.5

int pdf_open_pdi(int pdf, string filename, string stringparam, int intparam)

 

既存の PDF ドキュメントを開いて、後で使用するために準備します。

pdf_open_png PHP 4.0

int pdf_open_png(int pdf, string pngfile)

 

PNG ファイルを開いて、PDF ドキュメント内に配置できるようにイメージを返します。

pdf_open_tiff PHP 4.0

int pdf_open_tiff(int pdf, string tifffile)

 

TIFF ファイルを開いて、PDF ドキュメント内に配置できるようにイメージを返します。

pdf_open PHP 3.0.6

int pdf_open([int filedesc])

 

新しい PDF ドキュメントを開きます (これは古い関数なので pdf_new() と pdf_open_file() を使用してください)。

pdf_place_image PHP 3.0.7

void pdf_place_image(int pdf, int pdfimage, float x, float y, float scale)

 

PDF ドキュメント内にイメージを配置します。

pdf_place_pdi_page PHP 4.0.6

void pdf_place_pdi_page(int pdf, int page, float x, float y, float sx, float sy)

 

左下の x、y 座標で指定された位置に PDF ページを配置して拡大/縮小します。

pdf_rect PHP 3.0.6

void pdf_rect(int pdfdoc, float x, float y, float width, float height)

 

長方形を描きます。

pdf_restore PHP 3.0.6

void pdf_restore(int pdfdoc)

 

以前に保存された環境を復元します。

pdf_rotate PHP 3.0.6

void pdf_rotate(int pdfdoc, float angle)

 

回転を設定します。

pdf_save PHP 3.0.6

void pdf_save(int pdfdoc)

 

現在の環境を保存します。

pdf_scale PHP 3.0.6

void pdf_scale(int pdfdoc, float x_scale, float y_scale)

 

拡大/縮小率を設定します。

pdf_set_border_color PHP 3.0.12

void pdf_set_border_color(int pdfdoc, float red, float green, float blue)

 

注記とリンクを囲むボックスの色を設定します。

pdf_set_border_dash PHP 4.0.1

void pdf_set_border_dash(int pdfdoc, float black, float white)

 

注記とリンクの境界の破線の種類を設定します。

pdf_set_border_style PHP 3.0.12

void pdf_set_border_style(int pdfdoc, string style, float width)

 

注記とリンクを囲むボックスの種類を設定します。

pdf_set_char_spacing PHP 3.0.6

void pdf_set_char_spacing(int pdfdoc, float space)

 

文字間隔を設定します。

pdf_set_duration PHP 3.0.6

void pdf_set_duration(int pdfdoc, float duration)

 

ページ間の持続時間を設定します。

pdf_set_font PHP 3.0.6

void pdf_set_font(int pdfdoc, string font, float size, string encoding[, int embed])

 

現在のフォントの種類、サイズ、およびエンコードを選択します。

pdf_set_horiz_scaling PHP 3.0.6

void pdf_set_horiz_scaling(int pdfdoc, float scale)

 

テキストの水平方向の拡大/縮小率を設定します。

pdf_set_info_author PHP 3.0.6

bool pdf_set_info_author(int pdfdoc, string author)

 

ドキュメントの author フィールドに値を設定します。

pdf_set_info_creator PHP 3.0.6

bool pdf_set_info_creator(int pdfdoc, string creator)

 

ドキュメントの creator フィールドに値を設定します。

pdf_set_info_keywords PHP 3.0.6

bool pdf_set_info_keywords(int pdfdoc, string keywords)

 

ドキュメントの keywords フィールドに値を設定します。

pdf_set_info_subject PHP 3.0.6

bool pdf_set_info_subject(int pdfdoc, string subject)

 

ドキュメントの subject フィールドを設定します。

pdf_set_info_title PHP 3.0.6

bool pdf_set_info_title(int pdfdoc, string title)

 

ドキュメントの title フィールドを設定します。

pdf_set_info PHP 4.0.1

bool pdf_set_info(int pdfdoc, string fieldname, string value)

 

ドキュメントの information フィールドに値を設定します。

pdf_set_leading PHP 3.0.6

void pdf_set_leading(int pdfdoc, float distance)

 

テキスト行間の距離を設定します。

pdf_set_parameter PHP 4.0

void pdf_set_parameter(int pdfdoc, string key, string value)

 

任意のパラメータを設定します。

pdf_set_text_pos PHP 3.0.6

void pdf_set_text_pos(int pdfdoc, float x, float y)

 

次の pdf_show() 呼び出しのためにテキストの位置を設定します。

pdf_set_text_rendering PHP 3.0.6

void pdf_set_text_rendering(int pdfdoc, int mode)

 

テキストの描画方法を設定します。

pdf_set_text_rise PHP 3.0.6

void pdf_set_text_rise(int pdfdoc, float value)

 

テキストを拡大します。

pdf_set_value PHP 4.0.1

void pdf_set_value(int pdfdoc, string key, float value)

 

任意の値を設定します。

pdf_set_word_spacing PHP 3.0.6

void pdf_set_word_spacing(int pdfdoc, float space)

 

単語間の間隔を設定します。

pdf_setcolor PHP 4.0.5

void pdf_setcolor(int pdf, string type, string colorspace, float c1[, float c2[, float c3[, float c4]]])

 

現在の色空間と色を設定します。

pdf_setdash PHP 3.0.6

void pdf_setdash(int pdfdoc, float black, float white)

 

破線のパターンを設定します。

pdf_setflat PHP 3.0.6

void pdf_setflat(int pdfdoc, float value)

 

平面度を設定します。

pdf_setfont PHP 4.0.5

void pdf_setfont(int pdfdoc, int font, float fontsize)

 

現在のフォントを指定されたサイズに設定します。

pdf_setgray_fill PHP 3.0.6

void pdf_setgray_fill(int pdfdoc, float value)

 

塗りつぶしカラーをグレー値に設定します。

pdf_setgray_stroke PHP 3.0.6

void pdf_setgray_stroke(int pdfdoc, float value)

 

描画カラーをグレー値に設定します。

pdf_setgray PHP 3.0.6

void pdf_setgray(int pdfdoc, float value)

 

描画および塗りつぶしカラーをグレー値に設定します。

pdf_setlinecap PHP 3.0.6

void pdf_setlinecap(int pdfdoc, int value)

 

ラインキャップパラメータを設定します。

pdf_setlinejoin PHP 3.0.6

void pdf_setlinejoin(int pdfdoc, int value)

 

line join パラメータを設定します。

pdf_setlinewidth PHP 3.0.6

void pdf_setlinewidth(int pdfdoc, float width)

 

線の幅を設定します。

pdf_setmatrix PHP 4.0.5

void pdf_setmatrix(int pdf, float a, float b, float c, float d, float e, float f)

 

現在の変換行列を設定します。

pdf_setmiterlimit PHP 3.0.6

void pdf_setmiterlimit(int pdfdoc, float value)

 

マイター制限を設定します。

pdf_setpolydash PHP 4.0.5

void pdf_setpolydash(int pdfdoc, float darray)

 

より複雑な破線のパターンを設定します。

pdf_setrgbcolor_fill PHP 3.0.6

void pdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue)

 

塗りつぶしカラーを RGB カラー値に設定します。

pdf_setrgbcolor_stroke PHP 3.0.6

void pdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue)

 

描画カラーを RGB カラー値に設定します。

pdf_setrgbcolor PHP 3.0.6

void pdf_setrgbcolor(int pdfdoc, float red, float green, float blue)

 

描画および塗りつぶしカラーを RGB カラー値に設定します。

pdf_show_boxed PHP 4.0

int pdf_show_boxed(int pdfdoc, string text, float x_koor, float y_koor, float width, float height, string mode[, string feature])

 

ボックス内にテキストを出力します。

pdf_show_xy PHP 3.0.6

void pdf_show_xy(int pdfdoc, string text, float x_koor, float y_koor)

 

指定位置にテキストを出力します。

pdf_show PHP 3.0.6

void pdf_show(int pdfdoc, string text)

 

テキストを現在の位置に出力します。

pdf_skew PHP 4.0

void pdf_skew(int pdfdoc, float xangle, float yangle)

 

座標系を歪めます。

pdf_stringwidth PHP 3.0.6

float pdf_stringwidth(int pdfdoc, string text[, int font, float size])

 

現在のフォントにおけるテキストの幅を返します。

pdf_stroke PHP 3.0.6

void pdf_stroke(int pdfdoc)

 

パスに沿って線を描きます。

pdf_translate PHP 3.0.6

void pdf_translate(int pdfdoc, float x, float y)

 

座標系の原点を設定します。