source: trunk/phpgwapi/inc/fpdf/doc/open.htm @ 2

Revision 2, 644 bytes checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<HTML>
2<HEAD>
3<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4<TITLE>Open</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>Open</H2>
9<TT>Open()</TT>
10<H4 CLASS='st'>Version</H4>
111.0
12<H4 CLASS='st'>Description</H4>
13This method begins the generation of the PDF document. It is not necessary to call it
14explicitly because AddPage() does it automatically.<BR>
15Note: no page is created by this method.
16<H4 CLASS='st'>See also</H4>
17<A HREF="addpage.htm">AddPage()</A>,
18<A HREF="close.htm">Close()</A>.
19<H6></H6>
20<HR>
21<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
22</BODY>
23</HTML>
Note: See TracBrowser for help on using the repository browser.