web shop for only 500 euro web site fo only 200 euro


Web-shop for only 500 euro during 3 days, +38 068 801 14 71 (Kiev, Ukraine)

pdf_scale

(PHP 3>= 3.0.6, PHP 4 )

pdf_scale -- Sets scaling

Description

void pdf_scale (int pdf document, double x-scale, double y-scale)

The pdf_scale() function sets the scaling factor in both directions. The following example scales x and y direction by 72. The following line will therefore be drawn one inch in both directions.

Example 1. Scaling


<?php pdf_scale($pdf, 72.0, 72.0); pdf_lineto($pdf, 1, 1); pdf_stroke($pdf); ?> 


 
web10.net.ua