PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

cpdf_rlineto> <cpdf_rect
Last updated: Sun, 25 Nov 2007

view this page in

cpdf_restore

(PHP 4, PHP 5 <= 5.0.5)

cpdf_restore — Obnovuje prv uložené prostredie

Popis

void cpdf_restore ( int $pdf_document )

Funkcia cpdf_restore() obnovuje prostredie uložené pomocou cpdf_save(). Funguje podobne ako postscript príkaz grestore. Je veľmi užitočná ako chcete prekladať alebo rotovať objekt bez ovplnyvnenia ostatných objektov.

Example#1 Uložiť/Obnoviť

<?php
cpdf_save($pdf);
// urob vsemozne rotacie, transformacie, ...
cpdf_restore($pdf)
?>

Tiež pozri cpdf_save().



add a note add a note User Contributed Notes
cpdf_restore
There are no user contributed notes for this page.

cpdf_rlineto> <cpdf_rect
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites