Files
doc-fr/reference/fdf/setup.xml
2009-09-28 04:50:00 +00:00

71 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="fdf.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="fdf.requirements">
&reftitle.required;
<para>
Vous aurez besoin du FDF toolkit SDK, disponible sur le site
<link xlink:href="&spec.pdf.fdf;">&spec.pdf.fdf;</link>.
Depuis PHP 4.3.0, vous aurez besoin du SDK version 5.0.
La bibliothèque FDF toolkit est disponible sous forme de bibliothèque
compilée, éditée par Adobe, sur les systèmes d'exploitation Win32,
Linux, Solaris et AIX.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.fdf.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="fdf.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="fdf.resources">
&reftitle.resources;
<para>
La plupart des fonctions FDF nécessite une ressource de type
<parameter>fdf</parameter> comme premier argument. Une ressource
<parameter>fdf</parameter> est une structure qui représente un
fichier FDF ouvert. Vous pouvez créer des ressources <parameter>fdf</parameter>
avec les fonctions <function>fdf_create</function>,
<function>fdf_open</function> et <function>fdf_open_string</function>.
</para>
</section>
<!-- }}} -->
</chapter>
<!-- 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:"~/.phpdoc/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
-->