★ wanayoo — archive 1999 http://www.php.net/manual/ja/function.cpdf-page-init.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to ClibPDF
Quick Reference
English version of this pageGerman version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
ClibPDF
* cpdf_global_set_document_limits
* cpdf_set_creator
* cpdf_set_title
* cpdf_set_subject
* cpdf_set_keywords
* cpdf_open
* cpdf_close
* cpdf_page_init
* cpdf_finalize_page
* cpdf_finalize
* cpdf_output_buffer
* cpdf_save_to_file
* cpdf_set_current_page
* cpdf_begin_text
* cpdf_end_text
* cpdf_show
* cpdf_show_xy
* cpdf_text
* cpdf_set_font
* cpdf_set_leading
* cpdf_set_text_rendering
* cpdf_set_horiz_scaling
* cpdf_set_text_rise
* cpdf_set_text_matrix
* cpdf_set_text_pos
* cpdf_set_char_spacing
* cpdf_set_word_spacing
* cpdf_continue_text
* cpdf_stringwidth
* cpdf_save
* cpdf_restore
* cpdf_translate
* cpdf_scale
* cpdf_rotate
* cpdf_setflat
* cpdf_setlinejoin
* cpdf_setlinecap
* cpdf_setmiterlimit
* cpdf_setlinewidth
* cpdf_setdash
* cpdf_newpath
* cpdf_moveto
* cpdf_rmoveto
* cpdf_curveto
* cpdf_lineto
* cpdf_rlineto
* cpdf_circle
* cpdf_arc
* cpdf_rect
* cpdf_closepath
* cpdf_stroke
* cpdf_closepath_stroke
* cpdf_fill
* cpdf_fill_stroke
* cpdf_closepath_fill_stroke
* cpdf_clip
* cpdf_setgray_fill
* cpdf_setgray_stroke
* cpdf_setgray
* cpdf_setrgbcolor_fill
* cpdf_setrgbcolor_stroke
* cpdf_setrgbcolor
* cpdf_add_outline
* cpdf_set_page_animation
* cpdf_import_jpeg
* cpdf_place_inline_image
* cpdf_add_annotation
Manual: cpdf_page_init
View the source code for this pageSearch the site



Previous page
 cpdf_close
 Updated
Sat, 12 Aug 2000
cpdf_finalize_page 
Next page


cpdf_page_init

(PHP3 >= 3.0.8, PHP4 >= 4.0b4)

cpdf_page_init -- 新規ページを開始する

説明

void cpdf_page_init (int pdf document, int page number, int orientation, double height, double width, double unit)

cpdf_page_init() 関数は、 高さ height 、幅 width の 新規ページを開始します。 ページは、ページ番号 page number 及び向き orientation を有しています。 orientation は縦置きの場合に 0、 横置きの場合に 1 とします。 最後のオプションのパラメータ unit は、座標系の単位を指定します。 この値は、単位当たりのポストスクリプトのポイント数とする必要が あります。1インチは、72ポイントに等しいので、72という値は、 単位をインチに設定します。デフォルト値も72です。

cpdf_set_current_page()も参照下さい。


 About Notes


Previous page
 cpdf_close
 Updated
Sat, 12 Aug 2000
cpdf_finalize_page 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.