aktuelle.kurse/oldies/m133/4_Modulinhalte_und_Uebungen/00-Anwendungen-Beispiele-Uebungen/PHP_Referenz/funktionsreferenz/pdf_funktionen/pdf_set_transition.html

187 lines
9.9 KiB
HTML
Raw Normal View History

2022-02-23 22:54:51 +01:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
2022-03-17 11:19:26 +01:00
<title>pdf_set_transition</title>
2022-02-23 22:54:51 +01:00
<link rel="stylesheet" type="text/css" href="../../src/self.css">
2022-03-17 11:19:26 +01:00
<meta name="description" content="Legt den &Uuml;bergang zur n&auml;chsten Seite fest">
<meta name="keywords" content="SELFPHP, PHP, PDF-Funktionen, pdf_set_transition">
2022-02-23 22:54:51 +01:00
<meta name="author" content="Damir Enseleit, mail@selfphp.info">
<meta name="DC.Contributer" content="Matthias Hupp, m.hupp@selfphp3.de">
<meta name="DC.Publisher" content="Damir Enseleit, mail@selfphp.info">
<meta name="DC.Date" content="2001-08-21T12:18+01:00">
2022-03-17 11:19:26 +01:00
<meta name="DC.Identifier" content="http://www.selfphp3.de/funktionsreferenz/pdf_funktionen/pdf_set_transition.html">
2022-02-23 22:54:51 +01:00
<meta name="DC.Language" content="de">
<meta name="DC.Rights" content="../../editorial/index.html">
<meta name="SELF.Firstdate" content="2001-08-21T12:18+01:00">
<meta name="SELF.Version" content="1">
<meta name="SELF.Pagetype" content="Information">
<meta name="SELF.Path" content="SELFPHP == ../../index.php // Funktionsreferenz == ../index.php // PDF-Funktionen == index.html">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#AA5522" vlink="#772200" alink="#000000">
<table cellpadding="4" cellspacing="0" border="0" width="100%">
<tr>
<td bgcolor="#FFEEDD" class="nav"><a class="an" name="top"><img src="../../src/refkap.gif" width="16" height="13" border="0" alt="Teil von"></a> <a href="../../index.html"><b>SELFPHP</b></a>/<a href="../../navigation/index.html">Navigationshilfen</a> <img src="../../src/refkap.gif" width="16" height="13" border="0" alt="Teil von"> <a href="../index.html"><b>Funktionsreferenz</b></a> <img src="../../src/refkap.gif" width="16" height="13" border="0" alt="Teil von"> <a href="index.html"><b>PDF-Funktionen</b></a></td>
</tr>
</table><table cellpadding="4" cellspacing="0" border="0" width="100%">
<tr>
<td bgcolor="#EEEEEE" class="doc" width="110"><img src="../../src/logo.gif" width="106" height="109" border="0" alt="SEL.html"></td>
<td bgcolor="#EEEEEE" class="doc" valign="bottom" width="100%">
2022-03-17 11:19:26 +01:00
<h2>pdf_set_transition</h2>
2022-02-23 22:54:51 +01:00
<tr>
<td bgcolor="#EEEEEE" class="doc" valign="top" align="center">
<img src="../../src/dokx.gif" width="30" height="20" vspace="6" border="0" alt="Informationsseite">
</td>
<td bgcolor="#FFFFFF" valign="top" nowrap>
<p>
<img src="../../src/down.gif" width="14" height="10" border="0" alt="nach unten">&nbsp;<a href="#befehl"><b>Befehl</b></a><br>
<img src="../../src/down.gif" width="14" height="10" border="0" alt="nach unten">&nbsp;<a href="#version"><b>Version</b></a><br>
<img src="../../src/down.gif" width="14" height="10" border="0" alt="nach unten">&nbsp;<a href="#beschreibung"><b>Beschreibung</b></a><br>
<img src="../../src/down.gif" width="14" height="10" border="0" alt="nach unten">&nbsp;<a href="#beispiel"><b>Beispiel</b></a><br>
<img src="../../src/down.gif" width="14" height="10" border="0" alt="nach unten">&nbsp;<a href="#ausgabe"><b>Ausgabe</b></a><br>
</p>
</td>
</tr><tr><td colspan=2 bgcolor="#EEEEEE" class="doc"><a href="#bottom"><img src="../../src/down.gif" width="14" height="10" border="0" alt="nach unten"></a>&#160;</td></tr>
</table>
<h2 class="Sh2"><a class="an" name="befehl">Befehl</a></h2>
<table width="100%" cellpadding=10>
<tr>
<td class="xmpcode" bgcolor="#E4EEFF">
2022-03-17 11:19:26 +01:00
<p>void <b>pdf_set_transition</b>(int PDF-Dokument, int Transition)</p>
2022-02-23 22:54:51 +01:00
</td>
</tr></table>
<p>&nbsp;</p>
<table bgcolor="#EEEEEE" class="doc" width="100%"><tr><td>
<a href="#top"><img src="../../src/up.gif" width="14" height="10" border="0" alt="nach oben"></a><a href="#bottom"><img src="../../src/down.gif" width="14" height="10" border="0" alt="nach unten"></a>&#160;
</td></tr></table>
<h2 class="Sh2"><a class="an" name="version">Version</a></h2>
<table width="100%" cellpadding=10 height="32">
<tr>
<td class="xmpcode" bgcolor="#E4EEFF" height="20">
<p>PHP 3 &gt;= 3.0.6, PHP 4 &gt;= 4.0b1</p>
</td>
</tr></table>
<p>&nbsp;</p>
<table bgcolor="#EEEEEE" class="doc" width="100%"><tr><td>
<a href="#top"><img src="../../src/up.gif" width="14" height="10" border="0" alt="nach oben"></a><a href="#bottom"><img src="../../src/down.gif" width="14" height="10" border="0" alt="nach unten"></a>&#160;
</td></tr></table>
<h2 class="Sh2"><a class="an" name="beschreibung">Beschreibung</a></h2>
2022-03-17 11:19:26 +01:00
<table width="100%" cellpadding=10 height="298">
2022-02-23 22:54:51 +01:00
<tr>
<td class="xmpcode" bgcolor="#E4EEFF" height="57">
2022-03-17 11:19:26 +01:00
<p>Mit pdf_set_transition() setzt man innerhalb eines PDF-Dokuments (PDF-<br>
Dokument) die Art des &Uuml;bergangs (Transition) zur n&auml;chsten Seite.
Durch die<br>
Transition kann man bestimmen, wie die n&auml;chste Seite aufgebaut werden
soll -<br>
vergleichbar mit einer Power-Point-Pr&auml;sentation.<br>
M&ouml;gliche Werte f&uuml;r Transition:<br>
0 - keine Transition<br>
1 - neue Seite wird durch zwei &uuml;ber den Bildschirm kriechende Linien
erzeugt<br>
2 - neue Seite wird durch mehrere &uuml;ber den Bildschirm kriechende
Linien<br>
erzeugt.<br>
3 - neue Seite wird durch einen Kasten erstellt<br>
4 - neue Seite wird durch eine &uuml;ber den Bildschirm kriechende Linie
erzeugt<br>
5 - neue Seite wird durch einen Aufl&ouml;sungseffekt erstellt.<br>
6 - neue Seite wird durch einen Aufl&ouml;sungseffekt erstellt, welcher
sich &uuml;ber die<br>
Seite bewegt.<br>
7 - die alte Seite wird durch die neue Seite einfach ersetzt (voreingestellt)</p>
<p>Diesen Effekt kann man nur schwer in einem Bild darstellen. Sie k&ouml;nnen
aber das<br>
Skript selber in Aktion sehen, wenn Sie das Beispiel in eine g&uuml;ltige
PHP-Datei<br>
einbetten.</p>
2022-02-23 22:54:51 +01:00
<p>Siehe auch:</p>
<ul>
2022-03-17 11:19:26 +01:00
<li><a href="pdf_set_duration.html">pdf_set_duration()</a></li>
2022-02-23 22:54:51 +01:00
</ul>
</td>
</tr>
</table>
<p>&nbsp;</p>
<table bgcolor="#EEEEEE" class="doc" width="100%"><tr><td>
<a href="#top"><img src="../../src/up.gif" width="14" height="10" border="0" alt="nach oben"></a><a href="#bottom"><img src="../../src/down.gif" width="14" height="10" border="0" alt="nach unten"></a>&#160;
</td></tr></table>
<h2 class="Sh2"><a class="an" name="beispiel">Beispiel</a></h2>
<table width="100%" cellpadding=10 height="66">
<tr>
<td class="xmpcode" bgcolor="#E4EEFF">
2022-03-17 11:19:26 +01:00
<pre>&lt;?PHP<br>$file = fopen(&quot;php.pdf&quot;, &quot;w&quot;); <br>$dokument = pdf_open($file); <br>pdf_begin_page($dokument,250, 150);<br>$_1 = pdf_add_outline($dokument,&quot;PHP3/4&quot;,$_x,1);<br>pdf_add_outline($dokument,&quot;PHP3&quot;,$_1);<br>pdf_add_outline($dokument,&quot;PHP4&quot;,$_1);<br>pdf_set_font($dokument, &quot;Times-Roman&quot;, 14, &quot;winansi&quot;);<br>pdf_show_xy($dokument,&quot;Text.......&quot;,30,130);<br>pdf_end_page($dokument);<br>pdf_set_transition($dokument,3); <br>pdf_begin_page($dokument,250, 150);<br>pdf_set_font($dokument, &quot;Times-Roman&quot;, 14, &quot;winansi&quot;);<br>$_2 = pdf_add_outline($dokument,&quot;Referenz&quot;);<br>pdf_show_xy($dokument,&quot;Nur Text..&quot;,30,130);<br>pdf_end_page($dokument);<br>pdf_close($dokument); <br>fclose($file); <br>?&gt;</pre>
2022-02-23 22:54:51 +01:00
<p></p>
</td>
</tr></table>
<p>&nbsp;</p>
<table bgcolor="#EEEEEE" class="doc" width="100%"><tr><td>
<a href="#top"><img src="../../src/up.gif" width="14" height="10" border="0" alt="nach oben"></a><a href="#bottom"><img src="../../src/down.gif" width="14" height="10" border="0" alt="nach unten"></a>&#160;
</td></tr></table>
<h2 class="Sh2"><a class="an" name="ausgabe">Ausgabe</a></h2>
<table width="100%" cellpadding=10 height="45">
<tr>
<td class="xmpcode" bgcolor="#E4EEFF" height="57">
2022-03-17 11:19:26 +01:00
<p><img src="../funktionsgrafiken/pdf_set_transition.gif" width="389" height="194"></p>
2022-02-23 22:54:51 +01:00
<p><b>Achtung:</b> Bei der Ausgabe des Befehls wird im Browser nichts<br>
zur&uuml;ckgegeben. Die obenstehende Grafik wurde im Acrobat-<br>
Reader ge&ouml;ffnet um die Wirkungsweise des Befehls zu zeigen.</p>
</td>
</tr></table>
<p>&nbsp;</p>
<table cellpadding="4" cellspacing="0" border="0" width="100%">
<tr><td colspan=2 bgcolor="#EEEEEE" class="doc">
<a href="#top"><img src="../../src/up.gif" width="14" height="10" border="0" alt="nach oben"></a>
</td></tr>
<tr>
2022-03-17 11:19:26 +01:00
<td bgcolor="#EEEEEE" class="doc" align="right" width="110">weiter:<a href="pdf_set_value.html"><img src="../../src/next.gif" width="10" height="10" border="0" hspace="10" alt="weiter"></a></td>
2022-02-23 22:54:51 +01:00
<td bgcolor="#FFFFFF"><img src="../../src/dok.gif" width="15" height="10" border="0" alt="Seite">
2022-03-17 11:19:26 +01:00
<a href="pdf_set_value.html"><b>pdf_set_value</b></a> </td>
2022-02-23 22:54:51 +01:00
</tr>
<tr>
2022-03-17 11:19:26 +01:00
<td bgcolor="#EEEEEE" class="doc" align="right" width="110">zur&uuml;ck:<a href="pdf_set_text_rise.html"><img src="../../src/prev.gif" width="10" height="10" border="0" hspace="10" alt="zur&uuml;ck"></a></td>
2022-02-23 22:54:51 +01:00
<td bgcolor="#FFFFFF" width="100%"><img src="../../src/dok.gif" width="15" height="10" border="0" alt="Seite">
2022-03-17 11:19:26 +01:00
<a href="pdf_set_text_rise.html"><b>pdf_set_text_rise</b></a> </td>
2022-02-23 22:54:51 +01:00
</tr>
<tr><td colspan=2 bgcolor="#EEEEEE" class="doc">&#160;</td></tr>
</table><table cellpadding="4" cellspacing="0" border="0" width="100%">
<tr>
<td bgcolor="#FFEEDD" class="nav"><a class="an" name="bottom"><img src="../../src/refkap.gif" width="16" height="13" border="0" alt="Teil von"></a>
<a href="../../index.html"><b>SELFPHP</b></a>/<a href="../../navigation/index.html">Navigationshilfen</a> <img src="../../src/refkap.gif" width="16" height="13" border="0" alt="Teil von">
<a href="../index.html"><b>Funktionsreferenz</b></a> <img src="../../src/refkap.gif" width="16" height="13" border="0" alt="Teil von">
<a href="index.html"><b>PDF-Funktionen</b></a></td>
</tr>
</table>
<p><a class="an" name="bottom">&copy; 2001, 2002, 2003</A> <img src="../../src/mail.gif" width="15" height="10" border="0" alt="E-Mail">&nbsp;<a href="mailto:mail@selfphp.info">Damir Enseleit, mail@selfphp.info</a></p>
</body>
</html>