PHP Doku:: Setzt numerischen PDFlib-Parameter - function.pdf-set-value.html

Verlauf / Chronik / History: (22) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenPDFPDF FunktionenPDF_set_value

Ein Service von Reinhard Neidl - Webprogrammierung.

PDF Funktionen

<<PDF_set_text_rise

PDF_set_word_spacing>>

PDF_set_value

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0)

PDF_set_valueSetzt numerischen PDFlib-Parameter

Beschreibung

bool PDF_set_value ( resource $p , string $key , float $value )

Setzt den Wert eines numerischen PDFlib-Parameters. Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
bigpub at ifrance dot com
26.01.2002 1: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



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)