Поиск по:old.hcs.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.hcs.cmc.msu.ru ,которые мы индексируем. Показаны документы 2961 - 2980 из 3520.
Упорядочить по:
URL
|
дате изменения
2961. cpdf_set_leading
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_leading -- Sets distance between text lines . void cpdf_set leading ( int pdf document, float distance) . The cpdf_set_leading() function sets the distance between text lines. This will be used if text is output by cpdf_continue_text() . See also cpdf_continue_text() . Prev . Home . Next . cpdf_set_keywords . Up . cpdf_set_page_animation
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-leading.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2962. cpdf_set_page_animation
... 3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_page_animation -- Sets duration between pages . void cpdf_set_page_animation ( int pdf document, int transition, float duration) . The cpdf_set_page_animation() function set the transition between following pages. ... 1 for two lines sweeping across the screen reveal the page, . 2 for multiple lines sweeping across the screen reveal the page, . ... 4 for a single line sweeping across the screen reveals the page, . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-page-animation.html -- 4.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2963. cpdf_set_horiz_scaling
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_horiz_scaling -- Sets horizontal scaling of text . void cpdf_set_horiz_scaling ( int pdf document, float scale) . The cpdf_set_horiz_scaling() function sets the horizontal scaling to scale percent. Prev . Home . Next . cpdf_set_font . Up . cpdf_set_keywords
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-horiz-scaling.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
2964. cpdf_set_keywords
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_keywords -- Sets the keywords field of the pdf document . void cpdf_set_keywords ( string keywords) . The cpdf_set_keywords() function sets the keywords of a pdf document. See also cpdf_set_title() , cpdf_set_creator() , cpdf_set_subject() . Prev . Home . Next . cpdf_set_horiz_scaling . Up . cpdf_set_leading
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-keywords.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2965. cpdf_set_current_page
. PHP Manual . Prev . Next . (3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_current_page -- Sets current page . void cpdf_set_current_page ( int pdf document, int page number) . The cpdf_set_current_page() function set the page on which all operations are performed. One can switch between pages until a page is finished with cpdf_finalize_page() . See also cpdf_finalize_page() . Prev . Home . Next . cpdf_set_creator . Up . cpdf_set_font
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-current-page.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2966. cpdf_set_font
PHP Manual . ... Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_font -- Select the current font face and size . void cpdf_set_font ( int pdf document, string font name, float size, string encoding) . The cpdf_set_font() function sets the current font face, font size and encoding. ... The last parameter encoding can take the following values: "MacRomanEncoding", "MacExpertEncoding", "WinAnsiEncoding", and " NULL ". NULL " stands for the font's built-in encoding. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-font.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2967. cpdf_set_char_spacing
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_char_spacing -- Sets character spacing . void cpdf_set_char_spacing ( int pdf document, float space) . The cpdf_set_char_spacing() function sets the spacing between characters. See also cpdf_set_word_spacing() , cpdf_set_leading() . Prev . Home . Next . cpdf_scale . Up . cpdf_set_creator
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-char-spacing.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2968. cpdf_set_creator
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_creator -- Sets the creator field in the pdf document . void cpdf_set_creator ( string creator) . The cpdf_set_creator() function sets the creator of a pdf document. See also cpdf_set_subject() , cpdf_set_title() , cpdf_set_keywords() . Prev . Home . Next . cpdf_set_char_spacing . Up . cpdf_set_current_page
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-set-creator.html -- 3.7 Кб -- 03.02.2002
Похожие документы
Похожие документы
2969. cpdf_save_to_file
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_save_to_file -- Writes the pdf document into a file . void cpdf_save_to_file ( int pdf document, string filename) . The cpdf_save_to_file() function outputs the pdf document into a file if it has been created in memory. This function is not needed if the pdf document has been open by specifying a filename as a parameter of cpdf_open() . See also cpdf_output_buffer() , cpdf_open() . Prev . Home . Next . cpdf_save . Up . cpdf_scale
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-save-to-file.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2970. cpdf_scale
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_scale -- Sets scaling . void cpdf_scale ( int pdf document, float x-scale, float y-scale) . The cpdf_scale() function set the scaling factor in both directions. Prev . Home . Next . cpdf_save_to_file . Up . cpdf_set_char_spacing
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-scale.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2971. cpdf_rotate_text
. PHP Manual . Prev . Next . (3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_rotate_text -- Sets text rotation angle . void cpdf_rotate_text ( int pdfdoc, float angle) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . cpdf_rotate . Up . cpdf_save
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-rotate-text.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2972. cpdf_save
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_save -- Saves current environment . void cpdf_save ( int pdf document) . The cpdf_save() function saves the current environment. It works like the postscript command gsave. Very useful if you want to translate or rotate an object without effecting other objects. See also cpdf_restore() . Prev . Home . Next . cpdf_rotate_text . Up . cpdf_save_to_file
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-save.html -- 3.5 Кб -- 03.02.2002
Похожие документы
Похожие документы
2973. cpdf_rmoveto
PHP Manual . ... Next . 3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_rmoveto -- Sets current point . void cpdf_rmoveto ( int pdf document, float x-coor, float y-coor [, int mode]) . The cpdf_rmoveto() function set the current point relative to the coordinates x-coor and y-coor . The optional parameter mode determines the unit length. ... Otherwise the coordinates are measured in postscript points disregarding the current unit. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-rmoveto.html -- 3.8 Кб -- 03.02.2002
Похожие документы
Похожие документы
2974. cpdf_rotate
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_rotate -- Sets rotation . void cpdf_rotate ( int pdf document, float angle) . The cpdf_rotate() function set the rotation in degrees to angle . Prev . Home . Next . cpdf_rmoveto . Up . cpdf_rotate_text
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-rotate.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
2975. cpdf_restore
PHP Manual . Prev . Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_restore -- Restores formerly saved environment . void cpdf_restore ( int pdf document) . The cpdf_restore() function restores the environment saved with cpdf_save() . ... Save/Restore . php cpdf_save($pdf); // do all kinds of rotations, transformations, ... cpdf_restore($pdf) ?> See also cpdf_save() . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-restore.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2976. cpdf_rlineto
... 3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_rlineto -- Draws a line . void cpdf_rlineto ( int pdf document, float x-coor, float y-coor [, int mode]) . The cpdf_rlineto() function draws a line from the current point to the relative point with coordinates ( x-coor , y-coor ). The optional parameter mode determines the unit length. ... Otherwise the coordinates are measured in postscript points disregarding the current unit. See also cpdf_moveto() , cpdf_rmoveto() , cpdf_curveto() . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-rlineto.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2977. cpdf_place_inline_image
PHP Manual . ... Next . 3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_place_inline_image -- Places an image on the page . void cpdf_place_inline_image ( int pdf document, int image, float x-coor, float y-coor, float angle, float width, float height [, int mode]) . The cpdf_place_inline_image() function places an image created with the php image functions on the page at position ( x-coor , y-coor ). ... The optional parameter mode determines the unit length. ... cpdf_page_init . ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-place-inline-image.html -- 4.0 Кб -- 03.02.2002
Похожие документы
Похожие документы
2978. cpdf_rect
PHP Manual . Prev . Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_rect -- Draw a rectangle . void cpdf_rect ( int pdf document, float x-coor, float y-coor, float width, float height [, int mode]) . The cpdf_rect() function draws a rectangle with its lower left corner at point ( x-coor , y-coor ). This width is set to width . ... The optional parameter mode determines the unit length. If it's 0 or omitted the default unit as specified for the page is used. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-rect.html -- 3.9 Кб -- 03.02.2002
Похожие документы
Похожие документы
2979. cpdf_output_buffer
. PHP Manual . Prev . Next . (3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_output_buffer -- Outputs the pdf document in memory buffer . void cpdf_output_buffer ( int pdf document) . The cpdf_output_buffer() function outputs the pdf document to stdout. The document has to be created in memory which is the case if cpdf_open() has been called with no filename parameter. See also cpdf_open() . Prev . Home . Next . cpdf_open . Up . cpdf_page_init
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-output-buffer.html -- 3.6 Кб -- 03.02.2002
Похожие документы
Похожие документы
2980. cpdf_page_init
... 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_page_init -- Starts new page . void cpdf_page_init ( int pdf document, int page number, int orientation, float height, float width [, float unit]) . The cpdf_page_init() function starts a new page with height height and width width . The page has number page number and orientation orientation . ... The value should be the number of postscript points per unit. Since one inch is equal to 72 points, a value of 72 would set the unit to one inch. ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.cpdf-page-init.html -- 4.2 Кб -- 03.02.2002
Похожие документы
Похожие документы