php-doc-en/reference/pdf/functions/pdf-attach-file.xml

59 lines
2.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/pdf.xml, last change in rev 1.42 -->
<refentry id="function.pdf-attach-file">
<refnamediv>
<refname>pdf_attach_file</refname>
<refpurpose>Adds a file attachment for current page</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>pdf_attach_file</methodname>
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
<methodparam><type>float</type><parameter>llx</parameter></methodparam>
<methodparam><type>float</type><parameter>lly</parameter></methodparam>
<methodparam><type>float</type><parameter>urx</parameter></methodparam>
<methodparam><type>float</type><parameter>ury</parameter></methodparam>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>string</type><parameter>description</parameter></methodparam>
<methodparam><type>string</type><parameter>author</parameter></methodparam>
<methodparam><type>string</type><parameter>mimetype</parameter></methodparam>
<methodparam><type>string</type><parameter>icon</parameter></methodparam>
</methodsynopsis>
<para>
Add a file attachment annotation. <parameter>icon</parameter> is one of
<literal>graph</literal>, <literal>paperclip</literal>,
<literal>pushpin</literal>, or <literal>tag</literal>. &return.success;
</para>
<note>
<para>
Only the 'Full' Acrobat software will be able to display these file
attachments. All other PDF viewers will either show nothing or
display a question mark.
</para>
</note>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->