PHP Doku:: Verschiebt den Ursprung des Koordinatensystems - function.pdf-translate.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

PDF Funktionen

<<PDF_suspend_page

PDF_utf16_to_utf8>>

PDF_translate

(PHP 4, PECL pdflib >= 1.0.0)

PDF_translateVerschiebt den Ursprung des Koordinatensystems

Beschreibung

bool PDF_translate ( resource $p , float $tx , float $ty )

Verschiebt den Ursprung des Koordinatensystems.


3 BenutzerBeiträge:
- Beiträge aktualisieren...
php at mijav dot dk
14.04.2005 11:29
Note that this function does NOT eliminate the need for reverse-thinking when designing PDFs.

Origin 0, 0 is the lower left corner. This function only MOVES this origin (0,0) - it does not reverse the Y-axis as some people might belive and want (including myself).
david at mubo dot nl
27.07.2001 12:36
Not only this function is useful if you are tired of using the lowerleft side of the page, but it is also great if you need to rotate your page..

I have a project in which I need to rotate the page 180 due to calibration problems.. With this function I could reset the origin and the rest of the PDF worked just fine..

I also think that this function primarly has been mode for situations like these...

This function can also be used as a calibration feature, though I dont do it myself, I can think that it will work very nice if your whole document is out of calibration for lets say 1 mm..
hazelnutlatte at hotmail dot com
7.01.2001 23:13
This function is useful if you're tired of trying to deal with an axis that has a point of origin in the lower left-hand corner of the page.  Enjoy.



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",...)