close.htm 725 B

12345678910111213141516171819202122
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <title>Close</title>
  6. <link type="text/css" rel="stylesheet" href="../fpdf.css">
  7. </head>
  8. <body>
  9. <h1>Close</h1>
  10. <code>Close()</code>
  11. <h2>Description</h2>
  12. Cette méthode termine le document PDF. Il n'est pas nécessaire de l'appeler explicitement
  13. car Output() le fait automatiquement.
  14. <br>
  15. Si le document ne contient aucune page, AddPage() est appelé pour éviter d'obtenir un document
  16. invalide.
  17. <h2>Voir</h2>
  18. <a href="output.htm">Output()</a>.
  19. <hr style="margin-top:1.5em">
  20. <div style="text-align:center"><a href="index.htm">Index</a></div>
  21. </body>
  22. </html>