hholzgra Mon Sep 15 05:42:58 2003 EDT
Modified files:
/phpdoc/en/reference/pdf/functions pdf-add-thumbnail.xml
Log:
add note regarding max. thumbnail size and "see also" entries
Index: phpdoc/en/reference/pdf/functions/pdf-add-thumbnail.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-add-thumbnail.xml:1.4
phpdoc/en/reference/pdf/functions/pdf-add-thumbnail.xml:1.5
--- phpdoc/en/reference/pdf/functions/pdf-add-thumbnail.xml:1.4 Sat Aug 9 00:31:33
2003
+++ phpdoc/en/reference/pdf/functions/pdf-add-thumbnail.xml Mon Sep 15 05:42:58
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/pdf.xml, last change in rev 1.42 -->
<refentry id="function.pdf-add-thumbnail">
<refnamediv>
@@ -15,7 +15,13 @@
</methodsynopsis>
<para>
Adds an existing image as thumbnail for the current page.
+ Thumbnail images must not be wider or higher than 106 pixels.
&return.success;
+ </para>
+ <para>
+ See also <function>pdf_open_image</function>,
+ <function>pdf_open_image_file</function>,
+ <function>pdf_open_memory_image</function>.
</para>
</refsect1>
</refentry>