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

pdf_get_value

(PHP 4 >= 4.0.1, PHP 5)

pdf_get_value -- 数値を得る

説明

float pdf_get_value ( int pdf object, string key, float [modifier])

いくつかのPDFlibパラメータをfloat型で取得します。



add a note add a note User Contributed Notes
pdf_get_value
_meto ALT+q web.de
20-Jun-2004 01:58
There should be many more. For example I found this in the manual, wich was very helpfull for me:

$textx = pdf_get_value($p, "textx", 0);
$texty = pdf_get_value($p, "texty", 0);

These will extract the current textposition in the document.
robert.chambersATroche.com
27-Nov-2003 01:41
The Magic keywords are:

  IMAGEWIDTH,  IMAGEHEIGHT,  RESX,  RESY,
  CAPHEIGHT,  ASCENDER,  DESCENDER,  FONT

I looked in the sourcecode ...
ceo at l-i-e dot com
24-Feb-2002 03:13
See the main PDF manual page (the "PDF" link to the left) for the magic words that this function accepts.
reneATcola.cc
02-Mar-2001 01:32
To get the current font size, use something like this:<br>
$fontheight = PDF_get_value($pdf, "fontsize");

<pdf_get_pdi_valuepdf_initgraphics" 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