mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-29 20:32:10 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@261020 c90b9560-bf6c-de11-be94-00142212c4b1
78 lines
2.1 KiB
XML
78 lines
2.1 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<!-- EN-Revision: 1.2 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<chapter xml:id="pdf.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.setup;
|
|
|
|
<!-- {{{ Requirements -->
|
|
<section xml:id="pdf.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
PDFlib Lite est disponible en tant que projet open source. Cependant,
|
|
la licence PDFlib Lite vous autorise une utilisation libre que sous
|
|
certaines conditions. PDFlib Lite supporte une partie des fonctionnalités
|
|
de PDFlib ; reportez-vous au site web de PDFlib pour plus de détails.
|
|
La version complète de PDFlib est disponible en téléchargement sur
|
|
<link xlink:href="&url.pdf;">&url.pdf;</link>, mais nécessite l'achat
|
|
d'une licence commerciale pour l'utiliser.
|
|
</para>
|
|
<section xml:id="pdf.oldlibs.hints">
|
|
<title>Problèmes avec les anciennes versions de PDFlib</title>
|
|
<para>
|
|
Toutes les versions de PHP 4 avant le 9 Mars 2000 ne supportent pas
|
|
les version de PDFlib plus anciennes que la version 3.0.
|
|
</para>
|
|
<para>
|
|
PDFlib 4.0 ou supérieure est supportée par PHP 4.3.0 et suivant.
|
|
</para>
|
|
</section>
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Installation -->
|
|
&reference.pdf.configure;
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Configuration -->
|
|
<section xml:id="pdf.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
<!-- }}} -->
|
|
|
|
<!-- {{{ Resources -->
|
|
<section xml:id="pdf.resources">
|
|
&reftitle.resources;
|
|
<para>
|
|
<function>PDF_new</function> crée un nouvel objet PDFlib, nécessaire à la
|
|
plupart des fonctions.
|
|
</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:"../../../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
|
|
-->
|
|
|