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: pdf_set_value - 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  
<pdf_set_text_risepdf_set_word_spacing" width="11" height="7"/>
view the version of this page
Last updated: Tue, 21 Dec 2004

pdf_set_value

(PHP 4 >= 4.0.1, PHP 5)

pdf_set_value -- 数値を設定する

説明

void pdf_set_value ( int pdf object, string key, float value)

PDFlibパラメータの値をfloat型で設定します。



add a note add a note User Contributed Notes
pdf_set_value
bigpub at ifrance dot com
26-Jan-2002 09:22
Sets various minor options in the PDF file. There are a number of available options which are able to be set for various properties including document and font properties.

textrendering  0 - Fill text 
1 - Stroke text (outline) 
2 - Fill and stroke test 
3 - Invisible text 
4 - Fill text and add to clipping path 
5 - Stroke text and add to clipping path 
6 - Fill and stroke text and add to clipping path 
7 - Add text to the clipping path 
 
compress  Document compression. Has a range from 0-9 0 - No compression 
1 - Best speed 
6 - Default value 
9 - Best compression 
 
pagewidth  Page width 
pageheight  Page height 
leading  Text leading or space between lines 
textrise  Distance between the text position and the baseline. Positive values move the text up while negative values move the text down. Ideal for superscripts and subscripts 
horizscaling  Sets the horizontal text scaling. Must be a value greater than 0. Reset to 100 and the start of a new page 
charspacing  Distance between individual characters in a string. Use positive values to spread text apart and negative values to bring text closer together. Reset to 0 at the start of a new page 
wordspacing  Distance between words in a string. Use positive values to spread text apart and negative values to bring text closer together. Reset to 0 at the start of a new page. Does not affect multi-byte encodings 
duration  When using transition effects sets the display duration for the current page. Defailt is 1 second

<pdf_set_text_risepdf_set_word_spacing" width="11" height="7"/>
 Last updated: Tue, 21 Dec 2004
show source | credits | sitemap | contact | advertising | mirror sites 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This mirror generously provided by: HappySize, Inc.
Last updated: Sat Jan 15 06:11:01 2005 JST